Shades of Royal Heath #C44E7A
Tints of Royal Heath #C44E7A
RGB
CMYK
RGB Variations
Color information
#C44E7A (or 0xC44E7A) is known color: Royal Heath. HEX triplet: C4, 4E and 7A. RGB value is (196,78,122). Sum of RGB (Red+Green+Blue) = 196+78+122=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44E7A is #3BB185. Grayscale: #767676. Windows color (decimal): -3912070 or 8015556. OLE color: 8015556.
HSL color Cylindrical-coordinate representation of color #C44E7A: hue angle of 337.63º 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 #C44E7A is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 122 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.23 |
| HSL | 337.63º | 0.5% | 0.54% | - |
| HSV(B) | 337.63º | 0.6% | 0.77% | - |
| XYZ | 29 | 18.59 | 20.47 | - |
| YUV | 118.3 | 130.09 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 122 | 0 | 0.60 | 0.38 | 0.23 | 337.63 | 0.5 | 0.54 |
| Hex | C4 | 4E | 7A | 0 | 3C | 26 | 17 | 152 | 32 | 36 |
| Octal | 304 | 116 | 172 | 0 | 74 | 46 | 27 | 522 | 62 | 66 |
| Binary | 11000100 | 1001110 | 1111010 | 0 | 111100 | 100110 | 10111 | 101010010 | 110010 | 110110 |
Color Harmonies of #C44E7A
Complementary color
Monochromatic Colors of #C44E7A
Black with #C44E7A
Text Example
Text Example
White with #C44E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E7A; }
p { color: rgb(196,78,122); }
H1.HeaderClassName
{
color: #C44E7A;
}
.AnyTagClassName
{
color: #C44E7A;
}
</style>
background-color css
<style>
a { background-color: #C44E7A; }
a { background-color: rgb(196,78,122); }
div.DivClassName
{
background-color: #C44E7A;
}
.BgClassName
{
background-color: #C44E7A;
}
</style>
border-color css
<style>
span { border-color: #C44E7A; }
span { border-color: rgb(196,78,122); }
td.TdClassName
{
border-color: #C44E7A;
}
.TagClassName
{
border-color: #C44E7A;
}
</style>