Html Css Color HEX #C24C77 Royal Heath

📋 copy color: '#C24C77'

red 194 ◦ green 76 ◦ blue 119

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

Shades of Royal Heath #C24C77

Tints of Royal Heath #C24C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.59%

R = 49.87%
G = 19.54%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C24C77 (or 0xC24C77) is known color: Royal Heath. HEX triplet: C2, 4C and 77. RGB value is (194,76,119). Sum of RGB (Red+Green+Blue) = 194+76+119=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24C77 is #3DB388. Grayscale: #747474. Windows color (decimal): -4043657 or 7818434. OLE color: 7818434.

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

Color convert

RGB 194 76 119 -
CMYK 0 0.61 0.39 0.24
HSL 338.14º 0.49% 0.53% -
HSV(B) 338.14º 0.61% 0.76% -
XYZ 28.16 17.97 19.44 -
YUV 116.18 129.59 183.5 -
System Red Green Blue C M Y K H S L
Decimal 194 76 119 0 0.61 0.39 0.24 338.14 0.49 0.53
Hex C2 4C 77 0 3D 27 18 152 31 35
Octal 302 114 167 0 75 47 30 522 61 65
Binary 11000010 1001100 1110111 0 111101 100111 11000 101010010 110001 110101

Color Harmonies of #C24C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24C77

Black with #C24C77

Text Example


Text Example

White with #C24C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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