Html Css Color HEX #C24478 Royal Heath

📋 copy color: '#C24478'

red 194 ◦ green 68 ◦ blue 120

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

Shades of Royal Heath #C24478

Tints of Royal Heath #C24478

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.8%

 BLUE value IS 120 (47.27% from 255) = 31.41%

R = 50.79%
G = 17.8%
B = 31.41%

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

#C24478 (or 0xC24478) is known color: Royal Heath. HEX triplet: C2, 44 and 78. RGB value is (194,68,120). Sum of RGB (Red+Green+Blue) = 194+68+120=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C24478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24478 is #3DBB87. Grayscale: #6F6F6F. Windows color (decimal): -4045704 or 7881922. OLE color: 7881922.

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

Color convert

RGB 194 68 120 -
CMYK 0 0.65 0.38 0.24
HSL 335.24º 0.51% 0.51% -
HSV(B) 335.24º 0.65% 0.76% -
XYZ 27.71 16.96 19.58 -
YUV 111.6 132.74 186.77 -
System Red Green Blue C M Y K H S L
Decimal 194 68 120 0 0.65 0.38 0.24 335.24 0.51 0.51
Hex C2 44 78 0 41 26 18 14F 33 33
Octal 302 104 170 0 101 46 30 517 63 63
Binary 11000010 1000100 1111000 0 1000001 100110 11000 101001111 110011 110011

Color Harmonies of #C24478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24478

Black with #C24478

Text Example


Text Example

White with #C24478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24478; }

 p { color: rgb(194,68,120); }

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

background-color css

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

 a { background-color: rgb(194,68,120); }

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

border-color css

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

 span { border-color: rgb(194,68,120); }

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