Html Css Color HEX #C24878 Royal Heath

📋 copy color: '#C24878'

red 194 ◦ green 72 ◦ blue 120

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

Shades of Royal Heath #C24878

Tints of Royal Heath #C24878

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.65%

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

R = 50.26%
G = 18.65%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C24878 (or 0xC24878) is known color: Royal Heath. HEX triplet: C2, 48 and 78. RGB value is (194,72,120). Sum of RGB (Red+Green+Blue) = 194+72+120=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C24878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24878 is #3DB787. Grayscale: #717171. Windows color (decimal): -4044680 or 7882946. OLE color: 7882946.

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

Color convert

RGB 194 72 120 -
CMYK 0 0.63 0.38 0.24
HSL 336.39º 0.5% 0.52% -
HSV(B) 336.39º 0.63% 0.76% -
XYZ 27.96 17.46 19.67 -
YUV 113.95 131.42 185.1 -
System Red Green Blue C M Y K H S L
Decimal 194 72 120 0 0.63 0.38 0.24 336.39 0.5 0.52
Hex C2 48 78 0 3F 26 18 150 32 34
Octal 302 110 170 0 77 46 30 520 62 64
Binary 11000010 1001000 1111000 0 111111 100110 11000 101010000 110010 110100

Color Harmonies of #C24878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24878

Black with #C24878

Text Example


Text Example

White with #C24878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24878; }

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

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

background-color css

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

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

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

border-color css

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

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

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