Html Css Color HEX #C43571 Royal Heath

📋 copy color: '#C43571'

red 196 ◦ green 53 ◦ blue 113

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

Shades of Royal Heath #C43571

Tints of Royal Heath #C43571

RGB

 RED value IS 196 (76.95% from 255) = 54.14%

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

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

R = 54.14%
G = 14.64%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C43571 (or 0xC43571) is known color: Royal Heath. HEX triplet: C4, 35 and 71. RGB value is (196,53,113). Sum of RGB (Red+Green+Blue) = 196+53+113=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C43571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43571 is #3BCA8E. Grayscale: #666666. Windows color (decimal): -3918479 or 7419332. OLE color: 7419332.

HSL color Cylindrical-coordinate representation of color #C43571: hue angle of 334.83º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43571 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 53 113 -
CMYK 0 0.73 0.42 0.23
HSL 334.83º 0.57% 0.49% -
HSV(B) 334.83º 0.73% 0.77% -
XYZ 27.02 15.47 17.19 -
YUV 102.6 133.88 194.62 -
System Red Green Blue C M Y K H S L
Decimal 196 53 113 0 0.73 0.42 0.23 334.83 0.57 0.49
Hex C4 35 71 0 49 2A 17 14F 39 31
Octal 304 65 161 0 111 52 27 517 71 61
Binary 11000100 110101 1110001 0 1001001 101010 10111 101001111 111001 110001

Color Harmonies of #C43571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43571

Black with #C43571

Text Example


Text Example

White with #C43571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43571; }

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

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

background-color css

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

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

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

border-color css

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

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

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