Html Css Color HEX #C03F71 Royal Heath

📋 copy color: '#C03F71'

red 192 ◦ green 63 ◦ blue 113

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

Shades of Royal Heath #C03F71

Tints of Royal Heath #C03F71

RGB

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

 GREEN value IS 63 (25% from 255) = 17.12%

 BLUE value IS 113 (44.53% from 255) = 30.71%

R = 52.17%
G = 17.12%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C03F71 (or 0xC03F71) is known color: Royal Heath. HEX triplet: C0, 3F and 71. RGB value is (192,63,113). Sum of RGB (Red+Green+Blue) = 192+63+113=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03F71 is #3FC08E. Grayscale: #6B6B6B. Windows color (decimal): -4178063 or 7421888. OLE color: 7421888.

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

Color convert

RGB 192 63 113 -
CMYK 0 0.67 0.41 0.25
HSL 336.74º 0.51% 0.5% -
HSV(B) 336.74º 0.67% 0.75% -
XYZ 26.5 15.95 17.31 -
YUV 107.27 131.24 188.43 -
System Red Green Blue C M Y K H S L
Decimal 192 63 113 0 0.67 0.41 0.25 336.74 0.51 0.5
Hex C0 3F 71 0 43 29 19 151 33 32
Octal 300 77 161 0 103 51 31 521 63 62
Binary 11000000 111111 1110001 0 1000011 101001 11001 101010001 110011 110010

Color Harmonies of #C03F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03F71

Black with #C03F71

Text Example


Text Example

White with #C03F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03F71; }

 p { color: rgb(192,63,113); }

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

background-color css

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

 a { background-color: rgb(192,63,113); }

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

border-color css

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

 span { border-color: rgb(192,63,113); }

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