Shades of Royal Heath #C44E7D
Tints of Royal Heath #C44E7D
RGB
CMYK
RGB Variations
Color information
#C44E7D (or 0xC44E7D) is known color: Royal Heath. HEX triplet: C4, 4E and 7D. RGB value is (196,78,125). Sum of RGB (Red+Green+Blue) = 196+78+125=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44E7D is #3BB182. Grayscale: #767676. Windows color (decimal): -3912067 or 8212164. OLE color: 8212164.
HSL color Cylindrical-coordinate representation of color #C44E7D: hue angle of 336.1º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44E7D is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 125 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.23 |
| HSL | 336.1º | 0.5% | 0.54% | - |
| HSV(B) | 336.1º | 0.6% | 0.77% | - |
| XYZ | 29.19 | 18.67 | 21.47 | - |
| YUV | 118.64 | 131.59 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 125 | 0 | 0.60 | 0.36 | 0.23 | 336.1 | 0.5 | 0.54 |
| Hex | C4 | 4E | 7D | 0 | 3C | 24 | 17 | 150 | 32 | 36 |
| Octal | 304 | 116 | 175 | 0 | 74 | 44 | 27 | 520 | 62 | 66 |
| Binary | 11000100 | 1001110 | 1111101 | 0 | 111100 | 100100 | 10111 | 101010000 | 110010 | 110110 |
Color Harmonies of #C44E7D
Complementary color
Monochromatic Colors of #C44E7D
Black with #C44E7D
Text Example
Text Example
White with #C44E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E7D; }
p { color: rgb(196,78,125); }
H1.HeaderClassName
{
color: #C44E7D;
}
.AnyTagClassName
{
color: #C44E7D;
}
</style>
background-color css
<style>
a { background-color: #C44E7D; }
a { background-color: rgb(196,78,125); }
div.DivClassName
{
background-color: #C44E7D;
}
.BgClassName
{
background-color: #C44E7D;
}
</style>
border-color css
<style>
span { border-color: #C44E7D; }
span { border-color: rgb(196,78,125); }
td.TdClassName
{
border-color: #C44E7D;
}
.TagClassName
{
border-color: #C44E7D;
}
</style>