Shades of Royal Heath #C43C72
Tints of Royal Heath #C43C72
RGB
CMYK
RGB Variations
Color information
#C43C72 (or 0xC43C72) is known color: Royal Heath. HEX triplet: C4, 3C and 72. RGB value is (196,60,114). Sum of RGB (Red+Green+Blue) = 196+60+114=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43C72 is #3BC38D. Grayscale: #6A6A6A. Windows color (decimal): -3916686 or 7486660. OLE color: 7486660.
HSL color Cylindrical-coordinate representation of color #C43C72: hue angle of 336.18º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43C72 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 60 | 114 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.23 |
| HSL | 336.18º | 0.54% | 0.5% | - |
| HSV(B) | 336.18º | 0.69% | 0.77% | - |
| XYZ | 27.42 | 16.18 | 17.6 | - |
| YUV | 106.82 | 132.06 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 114 | 0 | 0.69 | 0.42 | 0.23 | 336.18 | 0.54 | 0.5 |
| Hex | C4 | 3C | 72 | 0 | 45 | 2A | 17 | 150 | 36 | 32 |
| Octal | 304 | 74 | 162 | 0 | 105 | 52 | 27 | 520 | 66 | 62 |
| Binary | 11000100 | 111100 | 1110010 | 0 | 1000101 | 101010 | 10111 | 101010000 | 110110 | 110010 |
Color Harmonies of #C43C72
Complementary color
Monochromatic Colors of #C43C72
Black with #C43C72
Text Example
Text Example
White with #C43C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43C72; }
p { color: rgb(196,60,114); }
H1.HeaderClassName
{
color: #C43C72;
}
.AnyTagClassName
{
color: #C43C72;
}
</style>
background-color css
<style>
a { background-color: #C43C72; }
a { background-color: rgb(196,60,114); }
div.DivClassName
{
background-color: #C43C72;
}
.BgClassName
{
background-color: #C43C72;
}
</style>
border-color css
<style>
span { border-color: #C43C72; }
span { border-color: rgb(196,60,114); }
td.TdClassName
{
border-color: #C43C72;
}
.TagClassName
{
border-color: #C43C72;
}
</style>