Shades of Royal Heath #C2447B
Tints of Royal Heath #C2447B
RGB
CMYK
RGB Variations
Color information
#C2447B (or 0xC2447B) is known color: Royal Heath. HEX triplet: C2, 44 and 7B. RGB value is (194,68,123). Sum of RGB (Red+Green+Blue) = 194+68+123=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2447B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2447B is #3DBB84. Grayscale: #6F6F6F. Windows color (decimal): -4045701 or 8078530. OLE color: 8078530.
HSL color Cylindrical-coordinate representation of color #C2447B: hue angle of 333.81º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2447B is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 123 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.24 |
| HSL | 333.81º | 0.51% | 0.51% | - |
| HSV(B) | 333.81º | 0.65% | 0.76% | - |
| XYZ | 27.89 | 17.03 | 20.56 | - |
| YUV | 111.94 | 134.24 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 123 | 0 | 0.65 | 0.37 | 0.24 | 333.81 | 0.51 | 0.51 |
| Hex | C2 | 44 | 7B | 0 | 41 | 25 | 18 | 14E | 33 | 33 |
| Octal | 302 | 104 | 173 | 0 | 101 | 45 | 30 | 516 | 63 | 63 |
| Binary | 11000010 | 1000100 | 1111011 | 0 | 1000001 | 100101 | 11000 | 101001110 | 110011 | 110011 |
Color Harmonies of #C2447B
Complementary color
Monochromatic Colors of #C2447B
Black with #C2447B
Text Example
Text Example
White with #C2447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2447B; }
p { color: rgb(194,68,123); }
H1.HeaderClassName
{
color: #C2447B;
}
.AnyTagClassName
{
color: #C2447B;
}
</style>
background-color css
<style>
a { background-color: #C2447B; }
a { background-color: rgb(194,68,123); }
div.DivClassName
{
background-color: #C2447B;
}
.BgClassName
{
background-color: #C2447B;
}
</style>
border-color css
<style>
span { border-color: #C2447B; }
span { border-color: rgb(194,68,123); }
td.TdClassName
{
border-color: #C2447B;
}
.TagClassName
{
border-color: #C2447B;
}
</style>