Shades of Royal Heath #C94179
Tints of Royal Heath #C94179
RGB
CMYK
RGB Variations
Color information
#C94179 (or 0xC94179) is known color: Royal Heath. HEX triplet: C9, 41 and 79. RGB value is (201,65,121). Sum of RGB (Red+Green+Blue) = 201+65+121=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C94179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94179 is #36BE86. Grayscale: #6F6F6F. Windows color (decimal): -3587719 or 7946697. OLE color: 7946697.
HSL color Cylindrical-coordinate representation of color #C94179: hue angle of 335.29º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94179 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 121 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.21 |
| HSL | 335.29º | 0.56% | 0.52% | - |
| HSV(B) | 335.29º | 0.68% | 0.79% | - |
| XYZ | 29.43 | 17.58 | 19.93 | - |
| YUV | 112.05 | 133.06 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 121 | 0 | 0.68 | 0.40 | 0.21 | 335.29 | 0.56 | 0.52 |
| Hex | C9 | 41 | 79 | 0 | 44 | 28 | 15 | 14F | 38 | 34 |
| Octal | 311 | 101 | 171 | 0 | 104 | 50 | 25 | 517 | 70 | 64 |
| Binary | 11001001 | 1000001 | 1111001 | 0 | 1000100 | 101000 | 10101 | 101001111 | 111000 | 110100 |
Color Harmonies of #C94179
Complementary color
Monochromatic Colors of #C94179
Black with #C94179
Text Example
Text Example
White with #C94179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94179; }
p { color: rgb(201,65,121); }
H1.HeaderClassName
{
color: #C94179;
}
.AnyTagClassName
{
color: #C94179;
}
</style>
background-color css
<style>
a { background-color: #C94179; }
a { background-color: rgb(201,65,121); }
div.DivClassName
{
background-color: #C94179;
}
.BgClassName
{
background-color: #C94179;
}
</style>
border-color css
<style>
span { border-color: #C94179; }
span { border-color: rgb(201,65,121); }
td.TdClassName
{
border-color: #C94179;
}
.TagClassName
{
border-color: #C94179;
}
</style>