Shades of Royal Heath #C43E6E
Tints of Royal Heath #C43E6E
RGB
CMYK
RGB Variations
Color information
#C43E6E (or 0xC43E6E) is known color: Royal Heath. HEX triplet: C4, 3E and 6E. RGB value is (196,62,110). Sum of RGB (Red+Green+Blue) = 196+62+110=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43E6E is #3BC191. Grayscale: #6B6B6B. Windows color (decimal): -3916178 or 7225028. OLE color: 7225028.
HSL color Cylindrical-coordinate representation of color #C43E6E: hue angle of 338.51º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43E6E is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 110 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.23 |
| HSL | 338.51º | 0.53% | 0.51% | - |
| HSV(B) | 338.51º | 0.68% | 0.77% | - |
| XYZ | 27.3 | 16.31 | 16.46 | - |
| YUV | 107.54 | 129.39 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 110 | 0 | 0.68 | 0.44 | 0.23 | 338.51 | 0.53 | 0.51 |
| Hex | C4 | 3E | 6E | 0 | 44 | 2C | 17 | 153 | 35 | 33 |
| Octal | 304 | 76 | 156 | 0 | 104 | 54 | 27 | 523 | 65 | 63 |
| Binary | 11000100 | 111110 | 1101110 | 0 | 1000100 | 101100 | 10111 | 101010011 | 110101 | 110011 |
Color Harmonies of #C43E6E
Complementary color
Monochromatic Colors of #C43E6E
Black with #C43E6E
Text Example
Text Example
White with #C43E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43E6E; }
p { color: rgb(196,62,110); }
H1.HeaderClassName
{
color: #C43E6E;
}
.AnyTagClassName
{
color: #C43E6E;
}
</style>
background-color css
<style>
a { background-color: #C43E6E; }
a { background-color: rgb(196,62,110); }
div.DivClassName
{
background-color: #C43E6E;
}
.BgClassName
{
background-color: #C43E6E;
}
</style>
border-color css
<style>
span { border-color: #C43E6E; }
span { border-color: rgb(196,62,110); }
td.TdClassName
{
border-color: #C43E6E;
}
.TagClassName
{
border-color: #C43E6E;
}
</style>