Html Css Color HEX #C03571 Royal Heath

📋 copy color: '#C03571'

red 192 ◦ green 53 ◦ blue 113

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

Shades of Royal Heath #C03571

Tints of Royal Heath #C03571

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.8%

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

R = 53.63%
G = 14.8%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C03571 (or 0xC03571) is known color: Royal Heath. HEX triplet: C0, 35 and 71. RGB value is (192,53,113). Sum of RGB (Red+Green+Blue) = 192+53+113=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C03571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03571 is #3FCA8E. Grayscale: #656565. Windows color (decimal): -4180623 or 7419328. OLE color: 7419328.

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

Color convert

RGB 192 53 113 -
CMYK 0 0.72 0.41 0.25
HSL 334.1º 0.57% 0.48% -
HSV(B) 334.1º 0.72% 0.75% -
XYZ 25.99 14.94 17.14 -
YUV 101.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 192 53 113 0 0.72 0.41 0.25 334.1 0.57 0.48
Hex C0 35 71 0 48 29 19 14E 39 30
Octal 300 65 161 0 110 51 31 516 71 60
Binary 11000000 110101 1110001 0 1001000 101001 11001 101001110 111001 110000

Color Harmonies of #C03571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03571

Black with #C03571

Text Example


Text Example

White with #C03571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03571; }

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

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

background-color css

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

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

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

border-color css

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

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

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