Shades of Royal Heath #C43D6B
Tints of Royal Heath #C43D6B
RGB
CMYK
RGB Variations
Color information
#C43D6B (or 0xC43D6B) is known color: Royal Heath. HEX triplet: C4, 3D and 6B. RGB value is (196,61,107). Sum of RGB (Red+Green+Blue) = 196+61+107=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43D6B is #3BC294. Grayscale: #6A6A6A. Windows color (decimal): -3916437 or 7028164. OLE color: 7028164.
HSL color Cylindrical-coordinate representation of color #C43D6B: hue angle of 339.56º 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 #C43D6B is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 107 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.23 |
| HSL | 339.56º | 0.53% | 0.5% | - |
| HSV(B) | 339.56º | 0.69% | 0.77% | - |
| XYZ | 27.09 | 16.13 | 15.6 | - |
| YUV | 106.61 | 128.23 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 107 | 0 | 0.69 | 0.45 | 0.23 | 339.56 | 0.53 | 0.5 |
| Hex | C4 | 3D | 6B | 0 | 45 | 2D | 17 | 154 | 35 | 32 |
| Octal | 304 | 75 | 153 | 0 | 105 | 55 | 27 | 524 | 65 | 62 |
| Binary | 11000100 | 111101 | 1101011 | 0 | 1000101 | 101101 | 10111 | 101010100 | 110101 | 110010 |
Color Harmonies of #C43D6B
Complementary color
Monochromatic Colors of #C43D6B
Black with #C43D6B
Text Example
Text Example
White with #C43D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D6B; }
p { color: rgb(196,61,107); }
H1.HeaderClassName
{
color: #C43D6B;
}
.AnyTagClassName
{
color: #C43D6B;
}
</style>
background-color css
<style>
a { background-color: #C43D6B; }
a { background-color: rgb(196,61,107); }
div.DivClassName
{
background-color: #C43D6B;
}
.BgClassName
{
background-color: #C43D6B;
}
</style>
border-color css
<style>
span { border-color: #C43D6B; }
span { border-color: rgb(196,61,107); }
td.TdClassName
{
border-color: #C43D6B;
}
.TagClassName
{
border-color: #C43D6B;
}
</style>