#C03196

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

Shades of Medium Red Violet #C03196

Tints of Medium Red Violet #C03196

Color information

#C03196 (or 0xC03196) is unknown color: approx Medium Red Violet. HEX triplet: C0, 31 and 96. RGB value is (192,49,150). Sum of RGB (Red+Green+Blue) = 192+49+150=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C03196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03196 is #3FCE69. Grayscale: #676767. Windows color (decimal): -4181610 or 9843136. OLE color: 9843136.

HSL color Cylindrical-coordinate representation of color #C03196: hue angle of 317.62º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03196 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB19249150-
CMYK00.740.220.25
HSL317.62º59.34%47.25%-
HSV(B)317.62º74.48%75.29%-
XYZ28.3415.6130.37-
YUV103.27154.38191.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.10%
GREEN value IS 49 (19.53% from 255) = 12.53%
BLUE value IS 150 (58.98% from 255) = 38.36%
R=49.10%
G=12.53%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924915000.740.220.25317.6259.3447.25
HexC0319604A161913e3b2f
Octal30061226011226314767357
Binary1100000011000110010110010010101011011001100111110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03196; }

 p { color: rgb(192,49,150); }

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

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

 a { background-color: rgb(192,49,150); }

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

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

 span { border-color: rgb(192,49,150); }

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