Html Css Color HEX #C24B71 Royal Heath

📋 copy color: '#C24B71'

red 194 ◦ green 75 ◦ blue 113

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

Shades of Royal Heath #C24B71

Tints of Royal Heath #C24B71

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.63%

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

R = 50.79%
G = 19.63%
B = 29.58%

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

#C24B71 (or 0xC24B71) is known color: Royal Heath. HEX triplet: C2, 4B and 71. RGB value is (194,75,113). Sum of RGB (Red+Green+Blue) = 194+75+113=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24B71 is #3DB48E. Grayscale: #727272. Windows color (decimal): -4043919 or 7424962. OLE color: 7424962.

HSL color Cylindrical-coordinate representation of color #C24B71: hue angle of 340.84º 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 #C24B71 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 75 113 -
CMYK 0 0.61 0.42 0.24
HSL 340.84º 0.49% 0.53% -
HSV(B) 340.84º 0.61% 0.76% -
XYZ 27.74 17.69 17.58 -
YUV 114.91 126.92 184.41 -
System Red Green Blue C M Y K H S L
Decimal 194 75 113 0 0.61 0.42 0.24 340.84 0.49 0.53
Hex C2 4B 71 0 3D 2A 18 155 31 35
Octal 302 113 161 0 75 52 30 525 61 65
Binary 11000010 1001011 1110001 0 111101 101010 11000 101010101 110001 110101

Color Harmonies of #C24B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24B71

Black with #C24B71

Text Example


Text Example

White with #C24B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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