Html Css Color HEX #C03E78 Royal Heath

📋 copy color: '#C03E78'

red 192 ◦ green 62 ◦ blue 120

#C03E78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #C03E78

Tints of Royal Heath #C03E78

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 value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C03E78 (or 0xC03E78) is known color: 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

RGB 192 62 120 -
CMYK 0 0.68 0.38 0.25
HSL 333.23º 0.51% 0.5% -
HSV(B) 333.23º 0.68% 0.75% -
XYZ 26.85 16.01 19.44 -
YUV 107.48 135.07 188.28 -
System Red Green Blue C M Y K H S L
Decimal 192 62 120 0 0.68 0.38 0.25 333.23 0.51 0.5
Hex C0 3E 78 0 44 26 19 14D 33 32
Octal 300 76 170 0 104 46 31 515 63 62
Binary 11000000 111110 1111000 0 1000100 100110 11001 101001101 110011 110010

Color Harmonies of #C03E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E78

Black with #C03E78

Text Example


Text Example

White with #C03E78

Text Example


Text Example

HTML Codes & Css Web 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>