Html Css Color HEX #C24379 Royal Heath

📋 copy color: '#C24379'

red 194 ◦ green 67 ◦ blue 121

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

Shades of Royal Heath #C24379

Tints of Royal Heath #C24379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.54%

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

R = 50.79%
G = 17.54%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C24379 (or 0xC24379) is known color: Royal Heath. HEX triplet: C2, 43 and 79. RGB value is (194,67,121). Sum of RGB (Red+Green+Blue) = 194+67+121=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C24379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24379 is #3DBC86. Grayscale: #6F6F6F. Windows color (decimal): -4045959 or 7947202. OLE color: 7947202.

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

Color convert

RGB 194 67 121 -
CMYK 0 0.65 0.38 0.24
HSL 334.49º 0.51% 0.51% -
HSV(B) 334.49º 0.65% 0.76% -
XYZ 27.71 16.86 19.88 -
YUV 111.13 133.58 187.11 -
System Red Green Blue C M Y K H S L
Decimal 194 67 121 0 0.65 0.38 0.24 334.49 0.51 0.51
Hex C2 43 79 0 41 26 18 14E 33 33
Octal 302 103 171 0 101 46 30 516 63 63
Binary 11000010 1000011 1111001 0 1000001 100110 11000 101001110 110011 110011

Color Harmonies of #C24379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24379

Black with #C24379

Text Example


Text Example

White with #C24379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24379; }

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

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

background-color css

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

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

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

border-color css

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

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

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