Shades of Royal Heath #C24479
Tints of Royal Heath #C24479
RGB
CMYK
RGB Variations
Color information
#C24479 (or 0xC24479) is known color: Royal Heath. HEX triplet: C2, 44 and 79. RGB value is (194,68,121). Sum of RGB (Red+Green+Blue) = 194+68+121=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C24479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24479 is #3DBB86. Grayscale: #6F6F6F. Windows color (decimal): -4045703 or 7947458. OLE color: 7947458.
HSL color Cylindrical-coordinate representation of color #C24479: hue angle of 334.76º 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 #C24479 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 121 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.24 |
| HSL | 334.76º | 0.51% | 0.51% | - |
| HSV(B) | 334.76º | 0.65% | 0.76% | - |
| XYZ | 27.77 | 16.98 | 19.9 | - |
| YUV | 111.72 | 133.24 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 121 | 0 | 0.65 | 0.38 | 0.24 | 334.76 | 0.51 | 0.51 |
| Hex | C2 | 44 | 79 | 0 | 41 | 26 | 18 | 14F | 33 | 33 |
| Octal | 302 | 104 | 171 | 0 | 101 | 46 | 30 | 517 | 63 | 63 |
| Binary | 11000010 | 1000100 | 1111001 | 0 | 1000001 | 100110 | 11000 | 101001111 | 110011 | 110011 |
Color Harmonies of #C24479
Complementary color
Monochromatic Colors of #C24479
Black with #C24479
Text Example
Text Example
White with #C24479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24479; }
p { color: rgb(194,68,121); }
H1.HeaderClassName
{
color: #C24479;
}
.AnyTagClassName
{
color: #C24479;
}
</style>
background-color css
<style>
a { background-color: #C24479; }
a { background-color: rgb(194,68,121); }
div.DivClassName
{
background-color: #C24479;
}
.BgClassName
{
background-color: #C24479;
}
</style>
border-color css
<style>
span { border-color: #C24479; }
span { border-color: rgb(194,68,121); }
td.TdClassName
{
border-color: #C24479;
}
.TagClassName
{
border-color: #C24479;
}
</style>