Shades of Royal Heath #C0407B
Tints of Royal Heath #C0407B
RGB
CMYK
RGB Variations
Color information
#C0407B (or 0xC0407B) is known color: Royal Heath. HEX triplet: C0, 40 and 7B. RGB value is (192,64,123). Sum of RGB (Red+Green+Blue) = 192+64+123=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C0407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0407B is #3FBF84. Grayscale: #6C6C6C. Windows color (decimal): -4177797 or 8077504. OLE color: 8077504.
HSL color Cylindrical-coordinate representation of color #C0407B: hue angle of 332.34º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0407B is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 123 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.25 |
| HSL | 332.34º | 0.5% | 0.5% | - |
| HSV(B) | 332.34º | 0.67% | 0.75% | - |
| XYZ | 27.15 | 16.3 | 20.45 | - |
| YUV | 109 | 135.91 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 123 | 0 | 0.67 | 0.36 | 0.25 | 332.34 | 0.5 | 0.5 |
| Hex | C0 | 40 | 7B | 0 | 43 | 24 | 19 | 14C | 32 | 32 |
| Octal | 300 | 100 | 173 | 0 | 103 | 44 | 31 | 514 | 62 | 62 |
| Binary | 11000000 | 1000000 | 1111011 | 0 | 1000011 | 100100 | 11001 | 101001100 | 110010 | 110010 |
Color Harmonies of #C0407B
Complementary color
Monochromatic Colors of #C0407B
Black with #C0407B
Text Example
Text Example
White with #C0407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0407B; }
p { color: rgb(192,64,123); }
H1.HeaderClassName
{
color: #C0407B;
}
.AnyTagClassName
{
color: #C0407B;
}
</style>
background-color css
<style>
a { background-color: #C0407B; }
a { background-color: rgb(192,64,123); }
div.DivClassName
{
background-color: #C0407B;
}
.BgClassName
{
background-color: #C0407B;
}
</style>
border-color css
<style>
span { border-color: #C0407B; }
span { border-color: rgb(192,64,123); }
td.TdClassName
{
border-color: #C0407B;
}
.TagClassName
{
border-color: #C0407B;
}
</style>