Shades of Royal Heath #C24171
Tints of Royal Heath #C24171
RGB
CMYK
RGB Variations
Color information
#C24171 (or 0xC24171) is known color: Royal Heath. HEX triplet: C2, 41 and 71. RGB value is (194,65,113). Sum of RGB (Red+Green+Blue) = 194+65+113=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C24171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24171 is #3DBE8E. Grayscale: #6C6C6C. Windows color (decimal): -4046479 or 7422402. OLE color: 7422402.
HSL color Cylindrical-coordinate representation of color #C24171: hue angle of 337.67º 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 #C24171 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 113 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.24 |
| HSL | 337.67º | 0.51% | 0.51% | - |
| HSV(B) | 337.67º | 0.66% | 0.76% | - |
| XYZ | 27.12 | 16.44 | 17.37 | - |
| YUV | 109.04 | 130.24 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 113 | 0 | 0.66 | 0.42 | 0.24 | 337.67 | 0.51 | 0.51 |
| Hex | C2 | 41 | 71 | 0 | 42 | 2A | 18 | 152 | 33 | 33 |
| Octal | 302 | 101 | 161 | 0 | 102 | 52 | 30 | 522 | 63 | 63 |
| Binary | 11000010 | 1000001 | 1110001 | 0 | 1000010 | 101010 | 11000 | 101010010 | 110011 | 110011 |
Color Harmonies of #C24171
Complementary color
Monochromatic Colors of #C24171
Black with #C24171
Text Example
Text Example
White with #C24171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24171; }
p { color: rgb(194,65,113); }
H1.HeaderClassName
{
color: #C24171;
}
.AnyTagClassName
{
color: #C24171;
}
</style>
background-color css
<style>
a { background-color: #C24171; }
a { background-color: rgb(194,65,113); }
div.DivClassName
{
background-color: #C24171;
}
.BgClassName
{
background-color: #C24171;
}
</style>
border-color css
<style>
span { border-color: #C24171; }
span { border-color: rgb(194,65,113); }
td.TdClassName
{
border-color: #C24171;
}
.TagClassName
{
border-color: #C24171;
}
</style>