Html Css Color HEX #C24C71 Royal Heath

📋 copy color: '#C24C71'

red 194 ◦ green 76 ◦ blue 113

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

Shades of Royal Heath #C24C71

Tints of Royal Heath #C24C71

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.84%

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

R = 50.65%
G = 19.84%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C24C71 (or 0xC24C71) is known color: Royal Heath. HEX triplet: C2, 4C and 71. RGB value is (194,76,113). Sum of RGB (Red+Green+Blue) = 194+76+113=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24C71 is #3DB38E. Grayscale: #737373. Windows color (decimal): -4043663 or 7425218. OLE color: 7425218.

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

Color convert

RGB 194 76 113 -
CMYK 0 0.61 0.42 0.24
HSL 341.19º 0.49% 0.53% -
HSV(B) 341.19º 0.61% 0.76% -
XYZ 27.81 17.83 17.6 -
YUV 115.5 126.59 183.99 -
System Red Green Blue C M Y K H S L
Decimal 194 76 113 0 0.61 0.42 0.24 341.19 0.49 0.53
Hex C2 4C 71 0 3D 2A 18 155 31 35
Octal 302 114 161 0 75 52 30 525 61 65
Binary 11000010 1001100 1110001 0 111101 101010 11000 101010101 110001 110101

Color Harmonies of #C24C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24C71

Black with #C24C71

Text Example


Text Example

White with #C24C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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