Shades of Royal Heath #C44279
Tints of Royal Heath #C44279
RGB
CMYK
RGB Variations
Color information
#C44279 (or 0xC44279) is known color: Royal Heath. HEX triplet: C4, 42 and 79. RGB value is (196,66,121). Sum of RGB (Red+Green+Blue) = 196+66+121=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C44279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44279 is #3BBD86. Grayscale: #6F6F6F. Windows color (decimal): -3915143 or 7946948. OLE color: 7946948.
HSL color Cylindrical-coordinate representation of color #C44279: hue angle of 334.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44279 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 121 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.23 |
| HSL | 334.62º | 0.52% | 0.51% | - |
| HSV(B) | 334.62º | 0.66% | 0.77% | - |
| XYZ | 28.16 | 17.01 | 19.89 | - |
| YUV | 111.14 | 133.57 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 121 | 0 | 0.66 | 0.38 | 0.23 | 334.62 | 0.52 | 0.51 |
| Hex | C4 | 42 | 79 | 0 | 42 | 26 | 17 | 14F | 34 | 33 |
| Octal | 304 | 102 | 171 | 0 | 102 | 46 | 27 | 517 | 64 | 63 |
| Binary | 11000100 | 1000010 | 1111001 | 0 | 1000010 | 100110 | 10111 | 101001111 | 110100 | 110011 |
Color Harmonies of #C44279
Complementary color
Monochromatic Colors of #C44279
Black with #C44279
Text Example
Text Example
White with #C44279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44279; }
p { color: rgb(196,66,121); }
H1.HeaderClassName
{
color: #C44279;
}
.AnyTagClassName
{
color: #C44279;
}
</style>
background-color css
<style>
a { background-color: #C44279; }
a { background-color: rgb(196,66,121); }
div.DivClassName
{
background-color: #C44279;
}
.BgClassName
{
background-color: #C44279;
}
</style>
border-color css
<style>
span { border-color: #C44279; }
span { border-color: rgb(196,66,121); }
td.TdClassName
{
border-color: #C44279;
}
.TagClassName
{
border-color: #C44279;
}
</style>