#C9319C

Color #C9319C Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #C9319C

Tints of Medium Red Violet #C9319C

Color information

#C9319C (or 0xC9319C) is unknown color: approx Medium Red Violet. HEX triplet: C9, 31 and 9C. RGB value is (201,49,156). Sum of RGB (Red+Green+Blue) = 201+49+156=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C9319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9319C is #36CE63. Grayscale: #6A6A6A. Windows color (decimal): -3591780 or 10236361. OLE color: 10236361.

HSL color Cylindrical-coordinate representation of color #C9319C: hue angle of 317.76º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9319C is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB20149156-
CMYK00.760.220.21
HSL317.76º60.8%49.02%-
HSV(B)317.76º75.62%78.82%-
XYZ31.1917.0133.09-
YUV106.65155.86195.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 49.51%
GREEN value IS 49 (19.53% from 255) = 12.07%
BLUE value IS 156 (61.33% from 255) = 38.42%
R=49.51%
G=12.07%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2014915600.760.220.21317.7660.849.02
HexC9319C04C161513e3d31
Octal31161234011426254767561
Binary1100100111000110011100010011001011010101100111110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9319C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9319C; }

 p { color: rgb(201,49,156); }

 H1.HeaderClassName
 {
   color: #C9319C;
 }
 .AnyTagClassName
 {
   color: #C9319C;
 }
</style>
background-color css

<style>
 a { background-color: #C9319C; }

 a { background-color: rgb(201,49,156); }

 div.DivClassName
 {
   background-color: #C9319C;
 }
 .BgClassName
 {
   background-color: #C9319C;
 }
</style>
border-color css

<style>
 span { border-color: #C9319C; }

 span { border-color: rgb(201,49,156); }

 td.TdClassName
 {
   border-color: #C9319C;
 }
 .TagClassName
 {
   border-color: #C9319C;
 }
</style>