Shades of Royal Heath #C2417B
Tints of Royal Heath #C2417B
RGB
CMYK
RGB Variations
Color information
#C2417B (or 0xC2417B) is known color: Royal Heath. HEX triplet: C2, 41 and 7B. RGB value is (194,65,123). Sum of RGB (Red+Green+Blue) = 194+65+123=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C2417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2417B is #3DBE84. Grayscale: #6E6E6E. Windows color (decimal): -4046469 or 8077762. OLE color: 8077762.
HSL color Cylindrical-coordinate representation of color #C2417B: hue angle of 333.02º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2417B is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 123 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.24 |
| HSL | 333.02º | 0.51% | 0.51% | - |
| HSV(B) | 333.02º | 0.66% | 0.76% | - |
| XYZ | 27.71 | 16.68 | 20.5 | - |
| YUV | 110.18 | 135.24 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 123 | 0 | 0.66 | 0.37 | 0.24 | 333.02 | 0.51 | 0.51 |
| Hex | C2 | 41 | 7B | 0 | 42 | 25 | 18 | 14D | 33 | 33 |
| Octal | 302 | 101 | 173 | 0 | 102 | 45 | 30 | 515 | 63 | 63 |
| Binary | 11000010 | 1000001 | 1111011 | 0 | 1000010 | 100101 | 11000 | 101001101 | 110011 | 110011 |
Color Harmonies of #C2417B
Complementary color
Monochromatic Colors of #C2417B
Black with #C2417B
Text Example
Text Example
White with #C2417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2417B; }
p { color: rgb(194,65,123); }
H1.HeaderClassName
{
color: #C2417B;
}
.AnyTagClassName
{
color: #C2417B;
}
</style>
background-color css
<style>
a { background-color: #C2417B; }
a { background-color: rgb(194,65,123); }
div.DivClassName
{
background-color: #C2417B;
}
.BgClassName
{
background-color: #C2417B;
}
</style>
border-color css
<style>
span { border-color: #C2417B; }
span { border-color: rgb(194,65,123); }
td.TdClassName
{
border-color: #C2417B;
}
.TagClassName
{
border-color: #C2417B;
}
</style>