Html Css Color HEX #C24471 Royal Heath

📋 copy color: '#C24471'

red 194 ◦ green 68 ◦ blue 113

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

Shades of Royal Heath #C24471

Tints of Royal Heath #C24471

RGB

 RED value IS 194 (76.17% from 255) = 51.73%

 GREEN value IS 68 (26.95% from 255) = 18.13%

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

R = 51.73%
G = 18.13%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C24471 (or 0xC24471) is known color: Royal Heath. HEX triplet: C2, 44 and 71. RGB value is (194,68,113). Sum of RGB (Red+Green+Blue) = 194+68+113=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C24471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24471 is #3DBB8E. Grayscale: #6E6E6E. Windows color (decimal): -4045711 or 7423170. OLE color: 7423170.

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

Color convert

RGB 194 68 113 -
CMYK 0 0.65 0.42 0.24
HSL 338.57º 0.51% 0.51% -
HSV(B) 338.57º 0.65% 0.76% -
XYZ 27.3 16.8 17.43 -
YUV 110.8 129.24 187.34 -
System Red Green Blue C M Y K H S L
Decimal 194 68 113 0 0.65 0.42 0.24 338.57 0.51 0.51
Hex C2 44 71 0 41 2A 18 153 33 33
Octal 302 104 161 0 101 52 30 523 63 63
Binary 11000010 1000100 1110001 0 1000001 101010 11000 101010011 110011 110011

Color Harmonies of #C24471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24471

Black with #C24471

Text Example


Text Example

White with #C24471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24471; }

 p { color: rgb(194,68,113); }

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

background-color css

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

 a { background-color: rgb(194,68,113); }

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

border-color css

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

 span { border-color: rgb(194,68,113); }

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