#C03376

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

Shades of Medium Red Violet #C03376

Tints of Medium Red Violet #C03376

Color information

#C03376 (or 0xC03376) is unknown color: approx Medium Red Violet. HEX triplet: C0, 33 and 76. RGB value is (192,51,118). Sum of RGB (Red+Green+Blue) = 192+51+118=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C03376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03376 is #3FCC89. Grayscale: #646464. Windows color (decimal): -4181130 or 7746496. OLE color: 7746496.

HSL color Cylindrical-coordinate representation of color #C03376: hue angle of 331.49º 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 #C03376 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB19251118-
CMYK00.730.390.25
HSL331.49º58.02%47.65%-
HSV(B)331.49º73.44%75.29%-
XYZ26.1914.8818.63-
YUV100.8137.71193.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.19%
GREEN value IS 51 (20.31% from 255) = 14.13%
BLUE value IS 118 (46.48% from 255) = 32.69%
R=53.19%
G=14.13%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925111800.730.390.25331.4958.0247.65
HexC03376049271914b3a30
Octal30063166011147315137260
Binary1100000011001111101100100100110011111001101001011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03376; }

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

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

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

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

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

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

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

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