Html Css Color HEX #C03E72 Royal Heath

📋 copy color: '#C03E72'

red 192 ◦ green 62 ◦ blue 114

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

Shades of Royal Heath #C03E72

Tints of Royal Heath #C03E72

RGB

 RED value IS 192 (75.39% from 255) = 52.17%

 GREEN value IS 62 (24.61% from 255) = 16.85%

 BLUE value IS 114 (44.92% from 255) = 30.98%

R = 52.17%
G = 16.85%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C03E72 (or 0xC03E72) is known color: Royal Heath. HEX triplet: C0, 3E and 72. RGB value is (192,62,114). Sum of RGB (Red+Green+Blue) = 192+62+114=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03E72 is #3FC18D. Grayscale: #6A6A6A. Windows color (decimal): -4178318 or 7487168. OLE color: 7487168.

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

Color convert

RGB 192 62 114 -
CMYK 0 0.68 0.41 0.25
HSL 336º 0.51% 0.5% -
HSV(B) 336º 0.68% 0.75% -
XYZ 26.5 15.87 17.59 -
YUV 106.8 132.07 188.77 -
System Red Green Blue C M Y K H S L
Decimal 192 62 114 0 0.68 0.41 0.25 336 0.51 0.5
Hex C0 3E 72 0 44 29 19 150 33 32
Octal 300 76 162 0 104 51 31 520 63 62
Binary 11000000 111110 1110010 0 1000100 101001 11001 101010000 110011 110010

Color Harmonies of #C03E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E72

Black with #C03E72

Text Example


Text Example

White with #C03E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E72; }

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

 H1.HeaderClassName
 {
   color: #C03E72;
 }
 .AnyTagClassName
 {
   color: #C03E72;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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