Html Css Color HEX #C24978 Royal Heath

📋 copy color: '#C24978'

red 194 ◦ green 73 ◦ blue 120

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

Shades of Royal Heath #C24978

Tints of Royal Heath #C24978

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.86%

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

R = 50.13%
G = 18.86%
B = 31.01%

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

#C24978 (or 0xC24978) is known color: Royal Heath. HEX triplet: C2, 49 and 78. RGB value is (194,73,120). Sum of RGB (Red+Green+Blue) = 194+73+120=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C24978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24978 is #3DB687. Grayscale: #727272. Windows color (decimal): -4044424 or 7883202. OLE color: 7883202.

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

Color convert

RGB 194 73 120 -
CMYK 0 0.62 0.38 0.24
HSL 336.69º 0.5% 0.52% -
HSV(B) 336.69º 0.62% 0.76% -
XYZ 28.02 17.59 19.69 -
YUV 114.54 131.09 184.68 -
System Red Green Blue C M Y K H S L
Decimal 194 73 120 0 0.62 0.38 0.24 336.69 0.5 0.52
Hex C2 49 78 0 3E 26 18 151 32 34
Octal 302 111 170 0 76 46 30 521 62 64
Binary 11000010 1001001 1111000 0 111110 100110 11000 101010001 110010 110100

Color Harmonies of #C24978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24978

Black with #C24978

Text Example


Text Example

White with #C24978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24978; }

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

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

background-color css

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

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

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

border-color css

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

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

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