Shades of Royal Heath #C43D6F
Tints of Royal Heath #C43D6F
RGB
CMYK
RGB Variations
Color information
#C43D6F (or 0xC43D6F) is known color: Royal Heath. HEX triplet: C4, 3D and 6F. RGB value is (196,61,111). Sum of RGB (Red+Green+Blue) = 196+61+111=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43D6F is #3BC290. Grayscale: #6B6B6B. Windows color (decimal): -3916433 or 7290308. OLE color: 7290308.
HSL color Cylindrical-coordinate representation of color #C43D6F: hue angle of 337.78º 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 #C43D6F is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 111 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.23 |
| HSL | 337.78º | 0.53% | 0.5% | - |
| HSV(B) | 337.78º | 0.69% | 0.77% | - |
| XYZ | 27.3 | 16.22 | 16.73 | - |
| YUV | 107.07 | 130.23 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 111 | 0 | 0.69 | 0.43 | 0.23 | 337.78 | 0.53 | 0.5 |
| Hex | C4 | 3D | 6F | 0 | 45 | 2B | 17 | 152 | 35 | 32 |
| Octal | 304 | 75 | 157 | 0 | 105 | 53 | 27 | 522 | 65 | 62 |
| Binary | 11000100 | 111101 | 1101111 | 0 | 1000101 | 101011 | 10111 | 101010010 | 110101 | 110010 |
Color Harmonies of #C43D6F
Complementary color
Monochromatic Colors of #C43D6F
Black with #C43D6F
Text Example
Text Example
White with #C43D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D6F; }
p { color: rgb(196,61,111); }
H1.HeaderClassName
{
color: #C43D6F;
}
.AnyTagClassName
{
color: #C43D6F;
}
</style>
background-color css
<style>
a { background-color: #C43D6F; }
a { background-color: rgb(196,61,111); }
div.DivClassName
{
background-color: #C43D6F;
}
.BgClassName
{
background-color: #C43D6F;
}
</style>
border-color css
<style>
span { border-color: #C43D6F; }
span { border-color: rgb(196,61,111); }
td.TdClassName
{
border-color: #C43D6F;
}
.TagClassName
{
border-color: #C43D6F;
}
</style>