Html Css Color HEX #C03C71 Royal Heath

📋 copy color: '#C03C71'

red 192 ◦ green 60 ◦ blue 113

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

Shades of Royal Heath #C03C71

Tints of Royal Heath #C03C71

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.44%

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

R = 52.6%
G = 16.44%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C03C71 (or 0xC03C71) is known color: Royal Heath. HEX triplet: C0, 3C and 71. RGB value is (192,60,113). Sum of RGB (Red+Green+Blue) = 192+60+113=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03C71 is #3FC38E. Grayscale: #696969. Windows color (decimal): -4178831 or 7421120. OLE color: 7421120.

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

Color convert

RGB 192 60 113 -
CMYK 0 0.69 0.41 0.25
HSL 335.91º 0.52% 0.49% -
HSV(B) 335.91º 0.69% 0.75% -
XYZ 26.33 15.63 17.25 -
YUV 105.51 132.23 189.69 -
System Red Green Blue C M Y K H S L
Decimal 192 60 113 0 0.69 0.41 0.25 335.91 0.52 0.49
Hex C0 3C 71 0 45 29 19 150 34 31
Octal 300 74 161 0 105 51 31 520 64 61
Binary 11000000 111100 1110001 0 1000101 101001 11001 101010000 110100 110001

Color Harmonies of #C03C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C71

Black with #C03C71

Text Example


Text Example

White with #C03C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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