Shades of Royal Heath #C0417A
Tints of Royal Heath #C0417A
RGB
CMYK
RGB Variations
Color information
#C0417A (or 0xC0417A) is known color: Royal Heath. HEX triplet: C0, 41 and 7A. RGB value is (192,65,122). Sum of RGB (Red+Green+Blue) = 192+65+122=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C0417A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0417A is #3FBE85. Grayscale: #6D6D6D. Windows color (decimal): -4177542 or 8012224. OLE color: 8012224.
HSL color Cylindrical-coordinate representation of color #C0417A: hue angle of 333.07º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0417A is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 122 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.25 |
| HSL | 333.07º | 0.5% | 0.5% | - |
| HSV(B) | 333.07º | 0.66% | 0.75% | - |
| XYZ | 27.14 | 16.39 | 20.15 | - |
| YUV | 109.47 | 135.08 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 122 | 0 | 0.66 | 0.36 | 0.25 | 333.07 | 0.5 | 0.5 |
| Hex | C0 | 41 | 7A | 0 | 42 | 24 | 19 | 14D | 32 | 32 |
| Octal | 300 | 101 | 172 | 0 | 102 | 44 | 31 | 515 | 62 | 62 |
| Binary | 11000000 | 1000001 | 1111010 | 0 | 1000010 | 100100 | 11001 | 101001101 | 110010 | 110010 |
Color Harmonies of #C0417A
Complementary color
Monochromatic Colors of #C0417A
Black with #C0417A
Text Example
Text Example
White with #C0417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0417A; }
p { color: rgb(192,65,122); }
H1.HeaderClassName
{
color: #C0417A;
}
.AnyTagClassName
{
color: #C0417A;
}
</style>
background-color css
<style>
a { background-color: #C0417A; }
a { background-color: rgb(192,65,122); }
div.DivClassName
{
background-color: #C0417A;
}
.BgClassName
{
background-color: #C0417A;
}
</style>
border-color css
<style>
span { border-color: #C0417A; }
span { border-color: rgb(192,65,122); }
td.TdClassName
{
border-color: #C0417A;
}
.TagClassName
{
border-color: #C0417A;
}
</style>