#C03374

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

Shades of Medium Red Violet #C03374

Tints of Medium Red Violet #C03374

Color information

#C03374 (or 0xC03374) is unknown color: approx Medium Red Violet. HEX triplet: C0, 33 and 74. RGB value is (192,51,116). Sum of RGB (Red+Green+Blue) = 192+51+116=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C03374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03374 is #3FCC8B. Grayscale: #646464. Windows color (decimal): -4181132 or 7615424. OLE color: 7615424.

HSL color Cylindrical-coordinate representation of color #C03374: hue angle of 332.34º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03374 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB19251116-
CMYK00.730.400.25
HSL332.34º58.02%47.65%-
HSV(B)332.34º73.44%75.29%-
XYZ26.0714.8418.01-
YUV100.57136.71193.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.48%
GREEN value IS 51 (20.31% from 255) = 14.21%
BLUE value IS 116 (45.70% from 255) = 32.31%
R=53.48%
G=14.21%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925111600.730.400.25332.3458.0247.65
HexC03374049281914c3a30
Octal30063164011150315147260
Binary1100000011001111101000100100110100011001101001100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03374; }

 p { color: rgb(192,51,116); }

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

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

 a { background-color: rgb(192,51,116); }

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

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

 span { border-color: rgb(192,51,116); }

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