Shades of Royal Heath #C43D72
Tints of Royal Heath #C43D72
RGB
CMYK
RGB Variations
Color information
#C43D72 (or 0xC43D72) is known color: Royal Heath. HEX triplet: C4, 3D and 72. RGB value is (196,61,114). Sum of RGB (Red+Green+Blue) = 196+61+114=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43D72 is #3BC28D. Grayscale: #6B6B6B. Windows color (decimal): -3916430 or 7486916. OLE color: 7486916.
HSL color Cylindrical-coordinate representation of color #C43D72: hue angle of 336.44º degrees, saturation: 0.53, 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 #C43D72 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 114 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.23 |
| HSL | 336.44º | 0.53% | 0.5% | - |
| HSV(B) | 336.44º | 0.69% | 0.77% | - |
| XYZ | 27.47 | 16.29 | 17.62 | - |
| YUV | 107.41 | 131.73 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 114 | 0 | 0.69 | 0.42 | 0.23 | 336.44 | 0.53 | 0.5 |
| Hex | C4 | 3D | 72 | 0 | 45 | 2A | 17 | 150 | 35 | 32 |
| Octal | 304 | 75 | 162 | 0 | 105 | 52 | 27 | 520 | 65 | 62 |
| Binary | 11000100 | 111101 | 1110010 | 0 | 1000101 | 101010 | 10111 | 101010000 | 110101 | 110010 |
Color Harmonies of #C43D72
Complementary color
Monochromatic Colors of #C43D72
Black with #C43D72
Text Example
Text Example
White with #C43D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D72; }
p { color: rgb(196,61,114); }
H1.HeaderClassName
{
color: #C43D72;
}
.AnyTagClassName
{
color: #C43D72;
}
</style>
background-color css
<style>
a { background-color: #C43D72; }
a { background-color: rgb(196,61,114); }
div.DivClassName
{
background-color: #C43D72;
}
.BgClassName
{
background-color: #C43D72;
}
</style>
border-color css
<style>
span { border-color: #C43D72; }
span { border-color: rgb(196,61,114); }
td.TdClassName
{
border-color: #C43D72;
}
.TagClassName
{
border-color: #C43D72;
}
</style>