Shades of Royal Heath #C43E6A
Tints of Royal Heath #C43E6A
RGB
CMYK
RGB Variations
Color information
#C43E6A (or 0xC43E6A) is known color: Royal Heath. HEX triplet: C4, 3E and 6A. RGB value is (196,62,106). Sum of RGB (Red+Green+Blue) = 196+62+106=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43E6A is #3BC195. Grayscale: #6B6B6B. Windows color (decimal): -3916182 or 6962884. OLE color: 6962884.
HSL color Cylindrical-coordinate representation of color #C43E6A: hue angle of 340.3º 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 #C43E6A is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 106 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.23 |
| HSL | 340.3º | 0.53% | 0.51% | - |
| HSV(B) | 340.3º | 0.68% | 0.77% | - |
| XYZ | 27.09 | 16.22 | 15.34 | - |
| YUV | 107.08 | 127.39 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 106 | 0 | 0.68 | 0.46 | 0.23 | 340.3 | 0.53 | 0.51 |
| Hex | C4 | 3E | 6A | 0 | 44 | 2E | 17 | 154 | 35 | 33 |
| Octal | 304 | 76 | 152 | 0 | 104 | 56 | 27 | 524 | 65 | 63 |
| Binary | 11000100 | 111110 | 1101010 | 0 | 1000100 | 101110 | 10111 | 101010100 | 110101 | 110011 |
Color Harmonies of #C43E6A
Complementary color
Monochromatic Colors of #C43E6A
Black with #C43E6A
Text Example
Text Example
White with #C43E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43E6A; }
p { color: rgb(196,62,106); }
H1.HeaderClassName
{
color: #C43E6A;
}
.AnyTagClassName
{
color: #C43E6A;
}
</style>
background-color css
<style>
a { background-color: #C43E6A; }
a { background-color: rgb(196,62,106); }
div.DivClassName
{
background-color: #C43E6A;
}
.BgClassName
{
background-color: #C43E6A;
}
</style>
border-color css
<style>
span { border-color: #C43E6A; }
span { border-color: rgb(196,62,106); }
td.TdClassName
{
border-color: #C43E6A;
}
.TagClassName
{
border-color: #C43E6A;
}
</style>