Html Css Color HEX #C24879 Royal Heath

📋 copy color: '#C24879'

red 194 ◦ green 72 ◦ blue 121

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

Shades of Royal Heath #C24879

Tints of Royal Heath #C24879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.27%

R = 50.13%
G = 18.6%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C24879 (or 0xC24879) is known color: Royal Heath. HEX triplet: C2, 48 and 79. RGB value is (194,72,121). Sum of RGB (Red+Green+Blue) = 194+72+121=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C24879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24879 is #3DB786. Grayscale: #717171. Windows color (decimal): -4044679 or 7948482. OLE color: 7948482.

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

Color convert

RGB 194 72 121 -
CMYK 0 0.63 0.38 0.24
HSL 335.9º 0.5% 0.52% -
HSV(B) 335.9º 0.63% 0.76% -
XYZ 28.02 17.48 19.99 -
YUV 114.06 131.92 185.02 -
System Red Green Blue C M Y K H S L
Decimal 194 72 121 0 0.63 0.38 0.24 335.9 0.5 0.52
Hex C2 48 79 0 3F 26 18 150 32 34
Octal 302 110 171 0 77 46 30 520 62 64
Binary 11000010 1001000 1111001 0 111111 100110 11000 101010000 110010 110100

Color Harmonies of #C24879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24879

Black with #C24879

Text Example


Text Example

White with #C24879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24879; }

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

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

background-color css

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

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

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

border-color css

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

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

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