Html Css Color HEX #C03B71 Royal Heath

📋 copy color: '#C03B71'

red 192 ◦ green 59 ◦ blue 113

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

Shades of Royal Heath #C03B71

Tints of Royal Heath #C03B71

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.21%

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

R = 52.75%
G = 16.21%
B = 31.04%

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

#C03B71 (or 0xC03B71) is known color: Royal Heath. HEX triplet: C0, 3B and 71. RGB value is (192,59,113). Sum of RGB (Red+Green+Blue) = 192+59+113=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03B71 is #3FC48E. Grayscale: #686868. Windows color (decimal): -4179087 or 7420864. OLE color: 7420864.

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

Color convert

RGB 192 59 113 -
CMYK 0 0.69 0.41 0.25
HSL 335.64º 0.53% 0.49% -
HSV(B) 335.64º 0.69% 0.75% -
XYZ 26.28 15.53 17.23 -
YUV 104.92 132.56 190.11 -
System Red Green Blue C M Y K H S L
Decimal 192 59 113 0 0.69 0.41 0.25 335.64 0.53 0.49
Hex C0 3B 71 0 45 29 19 150 35 31
Octal 300 73 161 0 105 51 31 520 65 61
Binary 11000000 111011 1110001 0 1000101 101001 11001 101010000 110101 110001

Color Harmonies of #C03B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B71

Black with #C03B71

Text Example


Text Example

White with #C03B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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