Html Css Color HEX #C44571 Royal Heath

📋 copy color: '#C44571'

red 196 ◦ green 69 ◦ blue 113

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

Shades of Royal Heath #C44571

Tints of Royal Heath #C44571

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.25%

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

R = 51.85%
G = 18.25%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C44571 (or 0xC44571) is known color: Royal Heath. HEX triplet: C4, 45 and 71. RGB value is (196,69,113). Sum of RGB (Red+Green+Blue) = 196+69+113=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C44571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44571 is #3BBA8E. Grayscale: #6F6F6F. Windows color (decimal): -3914383 or 7423428. OLE color: 7423428.

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

Color convert

RGB 196 69 113 -
CMYK 0 0.65 0.42 0.23
HSL 339.21º 0.52% 0.52% -
HSV(B) 339.21º 0.65% 0.77% -
XYZ 27.87 17.18 17.47 -
YUV 111.99 128.58 187.92 -
System Red Green Blue C M Y K H S L
Decimal 196 69 113 0 0.65 0.42 0.23 339.21 0.52 0.52
Hex C4 45 71 0 41 2A 17 153 34 34
Octal 304 105 161 0 101 52 27 523 64 64
Binary 11000100 1000101 1110001 0 1000001 101010 10111 101010011 110100 110100

Color Harmonies of #C44571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44571

Black with #C44571

Text Example


Text Example

White with #C44571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44571; }

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

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

background-color css

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

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

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

border-color css

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

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

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