Shades of Royal Heath #C44C78
Tints of Royal Heath #C44C78
RGB
CMYK
RGB Variations
Color information
#C44C78 (or 0xC44C78) is known color: Royal Heath. HEX triplet: C4, 4C and 78. RGB value is (196,76,120). Sum of RGB (Red+Green+Blue) = 196+76+120=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44C78 is #3BB387. Grayscale: #747474. Windows color (decimal): -3912584 or 7883972. OLE color: 7883972.
HSL color Cylindrical-coordinate representation of color #C44C78: hue angle of 338º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44C78 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 120 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.23 |
| HSL | 338º | 0.5% | 0.53% | - |
| HSV(B) | 338º | 0.61% | 0.77% | - |
| XYZ | 28.74 | 18.26 | 19.78 | - |
| YUV | 116.9 | 129.76 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 120 | 0 | 0.61 | 0.39 | 0.23 | 338 | 0.5 | 0.53 |
| Hex | C4 | 4C | 78 | 0 | 3D | 27 | 17 | 152 | 32 | 35 |
| Octal | 304 | 114 | 170 | 0 | 75 | 47 | 27 | 522 | 62 | 65 |
| Binary | 11000100 | 1001100 | 1111000 | 0 | 111101 | 100111 | 10111 | 101010010 | 110010 | 110101 |
Color Harmonies of #C44C78
Complementary color
Monochromatic Colors of #C44C78
Black with #C44C78
Text Example
Text Example
White with #C44C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C78; }
p { color: rgb(196,76,120); }
H1.HeaderClassName
{
color: #C44C78;
}
.AnyTagClassName
{
color: #C44C78;
}
</style>
background-color css
<style>
a { background-color: #C44C78; }
a { background-color: rgb(196,76,120); }
div.DivClassName
{
background-color: #C44C78;
}
.BgClassName
{
background-color: #C44C78;
}
</style>
border-color css
<style>
span { border-color: #C44C78; }
span { border-color: rgb(196,76,120); }
td.TdClassName
{
border-color: #C44C78;
}
.TagClassName
{
border-color: #C44C78;
}
</style>