Shades of Royal Heath #C44179
Tints of Royal Heath #C44179
RGB
CMYK
RGB Variations
Color information
#C44179 (or 0xC44179) is known color: Royal Heath. HEX triplet: C4, 41 and 79. RGB value is (196,65,121). Sum of RGB (Red+Green+Blue) = 196+65+121=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C44179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44179 is #3BBE86. Grayscale: #6E6E6E. Windows color (decimal): -3915399 or 7946692. OLE color: 7946692.
HSL color Cylindrical-coordinate representation of color #C44179: hue angle of 334.35º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44179 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 121 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.23 |
| HSL | 334.35º | 0.53% | 0.51% | - |
| HSV(B) | 334.35º | 0.67% | 0.77% | - |
| XYZ | 28.11 | 16.9 | 19.87 | - |
| YUV | 110.55 | 133.9 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 121 | 0 | 0.67 | 0.38 | 0.23 | 334.35 | 0.53 | 0.51 |
| Hex | C4 | 41 | 79 | 0 | 43 | 26 | 17 | 14E | 35 | 33 |
| Octal | 304 | 101 | 171 | 0 | 103 | 46 | 27 | 516 | 65 | 63 |
| Binary | 11000100 | 1000001 | 1111001 | 0 | 1000011 | 100110 | 10111 | 101001110 | 110101 | 110011 |
Color Harmonies of #C44179
Complementary color
Monochromatic Colors of #C44179
Black with #C44179
Text Example
Text Example
White with #C44179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44179; }
p { color: rgb(196,65,121); }
H1.HeaderClassName
{
color: #C44179;
}
.AnyTagClassName
{
color: #C44179;
}
</style>
background-color css
<style>
a { background-color: #C44179; }
a { background-color: rgb(196,65,121); }
div.DivClassName
{
background-color: #C44179;
}
.BgClassName
{
background-color: #C44179;
}
</style>
border-color css
<style>
span { border-color: #C44179; }
span { border-color: rgb(196,65,121); }
td.TdClassName
{
border-color: #C44179;
}
.TagClassName
{
border-color: #C44179;
}
</style>