Html Css Color HEX #C24579 Royal Heath

📋 copy color: '#C24579'

red 194 ◦ green 69 ◦ blue 121

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

Shades of Royal Heath #C24579

Tints of Royal Heath #C24579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.97%

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

R = 50.52%
G = 17.97%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C24579 (or 0xC24579) is known color: Royal Heath. HEX triplet: C2, 45 and 79. RGB value is (194,69,121). Sum of RGB (Red+Green+Blue) = 194+69+121=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C24579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24579 is #3DBA86. Grayscale: #707070. Windows color (decimal): -4045447 or 7947714. OLE color: 7947714.

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

Color convert

RGB 194 69 121 -
CMYK 0 0.64 0.38 0.24
HSL 335.04º 0.51% 0.52% -
HSV(B) 335.04º 0.64% 0.76% -
XYZ 27.83 17.11 19.92 -
YUV 112.3 132.91 186.27 -
System Red Green Blue C M Y K H S L
Decimal 194 69 121 0 0.64 0.38 0.24 335.04 0.51 0.52
Hex C2 45 79 0 40 26 18 14F 33 34
Octal 302 105 171 0 100 46 30 517 63 64
Binary 11000010 1000101 1111001 0 1000000 100110 11000 101001111 110011 110100

Color Harmonies of #C24579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24579

Black with #C24579

Text Example


Text Example

White with #C24579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24579; }

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

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

background-color css

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

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

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

border-color css

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

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

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