Shades of Royal Heath #C44D7B
Tints of Royal Heath #C44D7B
RGB
CMYK
RGB Variations
Color information
#C44D7B (or 0xC44D7B) is known color: Royal Heath. HEX triplet: C4, 4D and 7B. RGB value is (196,77,123). Sum of RGB (Red+Green+Blue) = 196+77+123=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44D7B is #3BB284. Grayscale: #757575. Windows color (decimal): -3912325 or 8080836. OLE color: 8080836.
HSL color Cylindrical-coordinate representation of color #C44D7B: hue angle of 336.81º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44D7B is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 123 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.23 |
| HSL | 336.81º | 0.5% | 0.54% | - |
| HSV(B) | 336.81º | 0.61% | 0.77% | - |
| XYZ | 28.99 | 18.47 | 20.78 | - |
| YUV | 117.83 | 130.92 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 123 | 0 | 0.61 | 0.37 | 0.23 | 336.81 | 0.5 | 0.54 |
| Hex | C4 | 4D | 7B | 0 | 3D | 25 | 17 | 151 | 32 | 36 |
| Octal | 304 | 115 | 173 | 0 | 75 | 45 | 27 | 521 | 62 | 66 |
| Binary | 11000100 | 1001101 | 1111011 | 0 | 111101 | 100101 | 10111 | 101010001 | 110010 | 110110 |
Color Harmonies of #C44D7B
Complementary color
Monochromatic Colors of #C44D7B
Black with #C44D7B
Text Example
Text Example
White with #C44D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D7B; }
p { color: rgb(196,77,123); }
H1.HeaderClassName
{
color: #C44D7B;
}
.AnyTagClassName
{
color: #C44D7B;
}
</style>
background-color css
<style>
a { background-color: #C44D7B; }
a { background-color: rgb(196,77,123); }
div.DivClassName
{
background-color: #C44D7B;
}
.BgClassName
{
background-color: #C44D7B;
}
</style>
border-color css
<style>
span { border-color: #C44D7B; }
span { border-color: rgb(196,77,123); }
td.TdClassName
{
border-color: #C44D7B;
}
.TagClassName
{
border-color: #C44D7B;
}
</style>