Html Css Color HEX #C24178 Royal Heath

📋 copy color: '#C24178'

red 194 ◦ green 65 ◦ blue 120

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

Shades of Royal Heath #C24178

Tints of Royal Heath #C24178

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.15%

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

R = 51.19%
G = 17.15%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C24178 (or 0xC24178) is known color: Royal Heath. HEX triplet: C2, 41 and 78. RGB value is (194,65,120). Sum of RGB (Red+Green+Blue) = 194+65+120=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C24178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24178 is #3DBE87. Grayscale: #6D6D6D. Windows color (decimal): -4046472 or 7881154. OLE color: 7881154.

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

Color convert

RGB 194 65 120 -
CMYK 0 0.66 0.38 0.24
HSL 334.42º 0.51% 0.51% -
HSV(B) 334.42º 0.66% 0.76% -
XYZ 27.53 16.61 19.52 -
YUV 109.84 133.74 188.03 -
System Red Green Blue C M Y K H S L
Decimal 194 65 120 0 0.66 0.38 0.24 334.42 0.51 0.51
Hex C2 41 78 0 42 26 18 14E 33 33
Octal 302 101 170 0 102 46 30 516 63 63
Binary 11000010 1000001 1111000 0 1000010 100110 11000 101001110 110011 110011

Color Harmonies of #C24178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24178

Black with #C24178

Text Example


Text Example

White with #C24178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24178; }

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

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

background-color css

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

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

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

border-color css

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

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

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