#C03E78

Color #C03E78 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #C03E78

Tints of Royal Heath #C03E78

Color information

#C03E78 (or 0xC03E78) is unknown color: approx Royal Heath. HEX triplet: C0, 3E and 78. RGB value is (192,62,120). Sum of RGB (Red+Green+Blue) = 192+62+120=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03E78 is #3FC187. Grayscale: #6B6B6B. Windows color (decimal): -4178312 or 7880384. OLE color: 7880384.

HSL color Cylindrical-coordinate representation of color #C03E78: hue angle of 333.23º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03E78 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB19262120-
CMYK00.680.380.25
HSL333.23º51.18%49.8%-
HSV(B)333.23º67.71%75.29%-
XYZ26.8516.0119.44-
YUV107.48135.07188.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.34%
GREEN value IS 62 (24.61% from 255) = 16.58%
BLUE value IS 120 (47.27% from 255) = 32.09%
R=51.34%
G=16.58%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926212000.680.380.25333.2351.1849.8
HexC03E78044261914d3332
Octal30076170010446315156362
Binary1100000011111011110000100010010011011001101001101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03E78; }

 p { color: rgb(192,62,120); }

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

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

 a { background-color: rgb(192,62,120); }

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

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

 span { border-color: rgb(192,62,120); }

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