Html Css Color HEX #C24A78 Royal Heath

📋 copy color: '#C24A78'

red 194 ◦ green 74 ◦ blue 120

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

Shades of Royal Heath #C24A78

Tints of Royal Heath #C24A78

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.07%

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

R = 50%
G = 19.07%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C24A78 (or 0xC24A78) is known color: Royal Heath. HEX triplet: C2, 4A and 78. RGB value is (194,74,120). Sum of RGB (Red+Green+Blue) = 194+74+120=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24A78 is #3DB587. Grayscale: #737373. Windows color (decimal): -4044168 or 7883458. OLE color: 7883458.

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

Color convert

RGB 194 74 120 -
CMYK 0 0.62 0.38 0.24
HSL 337º 0.5% 0.53% -
HSV(B) 337º 0.62% 0.76% -
XYZ 28.09 17.72 19.71 -
YUV 115.12 130.76 184.26 -
System Red Green Blue C M Y K H S L
Decimal 194 74 120 0 0.62 0.38 0.24 337 0.5 0.53
Hex C2 4A 78 0 3E 26 18 151 32 35
Octal 302 112 170 0 76 46 30 521 62 65
Binary 11000010 1001010 1111000 0 111110 100110 11000 101010001 110010 110101

Color Harmonies of #C24A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A78

Black with #C24A78

Text Example


Text Example

White with #C24A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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