Shades of Royal Heath #C0437C
Tints of Royal Heath #C0437C
RGB
CMYK
RGB Variations
Color information
#C0437C (or 0xC0437C) is known color: Royal Heath. HEX triplet: C0, 43 and 7C. RGB value is (192,67,124). Sum of RGB (Red+Green+Blue) = 192+67+124=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0437C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0437C is #3FBC83. Grayscale: #6E6E6E. Windows color (decimal): -4177028 or 8143808. OLE color: 8143808.
HSL color Cylindrical-coordinate representation of color #C0437C: hue angle of 332.64º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0437C is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 124 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.25 |
| HSL | 332.64º | 0.5% | 0.51% | - |
| HSV(B) | 332.64º | 0.65% | 0.75% | - |
| XYZ | 27.38 | 16.68 | 20.84 | - |
| YUV | 110.87 | 135.41 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 124 | 0 | 0.65 | 0.35 | 0.25 | 332.64 | 0.5 | 0.51 |
| Hex | C0 | 43 | 7C | 0 | 41 | 23 | 19 | 14D | 32 | 33 |
| Octal | 300 | 103 | 174 | 0 | 101 | 43 | 31 | 515 | 62 | 63 |
| Binary | 11000000 | 1000011 | 1111100 | 0 | 1000001 | 100011 | 11001 | 101001101 | 110010 | 110011 |
Color Harmonies of #C0437C
Complementary color
Monochromatic Colors of #C0437C
Black with #C0437C
Text Example
Text Example
White with #C0437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0437C; }
p { color: rgb(192,67,124); }
H1.HeaderClassName
{
color: #C0437C;
}
.AnyTagClassName
{
color: #C0437C;
}
</style>
background-color css
<style>
a { background-color: #C0437C; }
a { background-color: rgb(192,67,124); }
div.DivClassName
{
background-color: #C0437C;
}
.BgClassName
{
background-color: #C0437C;
}
</style>
border-color css
<style>
span { border-color: #C0437C; }
span { border-color: rgb(192,67,124); }
td.TdClassName
{
border-color: #C0437C;
}
.TagClassName
{
border-color: #C0437C;
}
</style>