Shades of Royal Heath #C44F7D
Tints of Royal Heath #C44F7D
RGB
CMYK
RGB Variations
Color information
#C44F7D (or 0xC44F7D) is known color: Royal Heath. HEX triplet: C4, 4F and 7D. RGB value is (196,79,125). Sum of RGB (Red+Green+Blue) = 196+79+125=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44F7D is #3BB082. Grayscale: #777777. Windows color (decimal): -3911811 or 8212420. OLE color: 8212420.
HSL color Cylindrical-coordinate representation of color #C44F7D: hue angle of 336.41º 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 #C44F7D is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 79 | 125 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.23 |
| HSL | 336.41º | 0.5% | 0.54% | - |
| HSV(B) | 336.41º | 0.6% | 0.77% | - |
| XYZ | 29.26 | 18.81 | 21.49 | - |
| YUV | 119.23 | 131.26 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 125 | 0 | 0.60 | 0.36 | 0.23 | 336.41 | 0.5 | 0.54 |
| Hex | C4 | 4F | 7D | 0 | 3C | 24 | 17 | 150 | 32 | 36 |
| Octal | 304 | 117 | 175 | 0 | 74 | 44 | 27 | 520 | 62 | 66 |
| Binary | 11000100 | 1001111 | 1111101 | 0 | 111100 | 100100 | 10111 | 101010000 | 110010 | 110110 |
Color Harmonies of #C44F7D
Complementary color
Monochromatic Colors of #C44F7D
Black with #C44F7D
Text Example
Text Example
White with #C44F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44F7D; }
p { color: rgb(196,79,125); }
H1.HeaderClassName
{
color: #C44F7D;
}
.AnyTagClassName
{
color: #C44F7D;
}
</style>
background-color css
<style>
a { background-color: #C44F7D; }
a { background-color: rgb(196,79,125); }
div.DivClassName
{
background-color: #C44F7D;
}
.BgClassName
{
background-color: #C44F7D;
}
</style>
border-color css
<style>
span { border-color: #C44F7D; }
span { border-color: rgb(196,79,125); }
td.TdClassName
{
border-color: #C44F7D;
}
.TagClassName
{
border-color: #C44F7D;
}
</style>