Html Css Color HEX #C24871 Royal Heath

📋 copy color: '#C24871'

red 194 ◦ green 72 ◦ blue 113

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

Shades of Royal Heath #C24871

Tints of Royal Heath #C24871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19%

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

R = 51.19%
G = 19%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C24871 (or 0xC24871) is known color: Royal Heath. HEX triplet: C2, 48 and 71. RGB value is (194,72,113). Sum of RGB (Red+Green+Blue) = 194+72+113=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C24871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24871 is #3DB78E. Grayscale: #717171. Windows color (decimal): -4044687 or 7424194. OLE color: 7424194.

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

Color convert

RGB 194 72 113 -
CMYK 0 0.63 0.42 0.24
HSL 339.84º 0.5% 0.52% -
HSV(B) 339.84º 0.63% 0.76% -
XYZ 27.55 17.3 17.51 -
YUV 113.15 127.92 185.67 -
System Red Green Blue C M Y K H S L
Decimal 194 72 113 0 0.63 0.42 0.24 339.84 0.5 0.52
Hex C2 48 71 0 3F 2A 18 154 32 34
Octal 302 110 161 0 77 52 30 524 62 64
Binary 11000010 1001000 1110001 0 111111 101010 11000 101010100 110010 110100

Color Harmonies of #C24871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24871

Black with #C24871

Text Example


Text Example

White with #C24871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24871; }

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

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

background-color css

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

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

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

border-color css

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

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

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