Shades of Royal Heath #C44A7A
Tints of Royal Heath #C44A7A
RGB
CMYK
RGB Variations
Color information
#C44A7A (or 0xC44A7A) is known color: Royal Heath. HEX triplet: C4, 4A and 7A. RGB value is (196,74,122). Sum of RGB (Red+Green+Blue) = 196+74+122=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44A7A is #3BB585. Grayscale: #737373. Windows color (decimal): -3913094 or 8014532. OLE color: 8014532.
HSL color Cylindrical-coordinate representation of color #C44A7A: hue angle of 336.39º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44A7A is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 122 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.23 |
| HSL | 336.39º | 0.51% | 0.53% | - |
| HSV(B) | 336.39º | 0.62% | 0.77% | - |
| XYZ | 28.73 | 18.04 | 20.38 | - |
| YUV | 115.95 | 131.42 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 122 | 0 | 0.62 | 0.38 | 0.23 | 336.39 | 0.51 | 0.53 |
| Hex | C4 | 4A | 7A | 0 | 3E | 26 | 17 | 150 | 33 | 35 |
| Octal | 304 | 112 | 172 | 0 | 76 | 46 | 27 | 520 | 63 | 65 |
| Binary | 11000100 | 1001010 | 1111010 | 0 | 111110 | 100110 | 10111 | 101010000 | 110011 | 110101 |
Color Harmonies of #C44A7A
Complementary color
Monochromatic Colors of #C44A7A
Black with #C44A7A
Text Example
Text Example
White with #C44A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44A7A; }
p { color: rgb(196,74,122); }
H1.HeaderClassName
{
color: #C44A7A;
}
.AnyTagClassName
{
color: #C44A7A;
}
</style>
background-color css
<style>
a { background-color: #C44A7A; }
a { background-color: rgb(196,74,122); }
div.DivClassName
{
background-color: #C44A7A;
}
.BgClassName
{
background-color: #C44A7A;
}
</style>
border-color css
<style>
span { border-color: #C44A7A; }
span { border-color: rgb(196,74,122); }
td.TdClassName
{
border-color: #C44A7A;
}
.TagClassName
{
border-color: #C44A7A;
}
</style>