Shades of Royal Heath #C2417A
Tints of Royal Heath #C2417A
RGB
CMYK
RGB Variations
Color information
#C2417A (or 0xC2417A) is known color: Royal Heath. HEX triplet: C2, 41 and 7A. RGB value is (194,65,122). Sum of RGB (Red+Green+Blue) = 194+65+122=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C2417A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2417A is #3DBE85. Grayscale: #6D6D6D. Windows color (decimal): -4046470 or 8012226. OLE color: 8012226.
HSL color Cylindrical-coordinate representation of color #C2417A: hue angle of 333.49º 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 #C2417A is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 122 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.24 |
| HSL | 333.49º | 0.51% | 0.51% | - |
| HSV(B) | 333.49º | 0.66% | 0.76% | - |
| XYZ | 27.65 | 16.66 | 20.17 | - |
| YUV | 110.07 | 134.74 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 122 | 0 | 0.66 | 0.37 | 0.24 | 333.49 | 0.51 | 0.51 |
| Hex | C2 | 41 | 7A | 0 | 42 | 25 | 18 | 14D | 33 | 33 |
| Octal | 302 | 101 | 172 | 0 | 102 | 45 | 30 | 515 | 63 | 63 |
| Binary | 11000010 | 1000001 | 1111010 | 0 | 1000010 | 100101 | 11000 | 101001101 | 110011 | 110011 |
Color Harmonies of #C2417A
Complementary color
Monochromatic Colors of #C2417A
Black with #C2417A
Text Example
Text Example
White with #C2417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2417A; }
p { color: rgb(194,65,122); }
H1.HeaderClassName
{
color: #C2417A;
}
.AnyTagClassName
{
color: #C2417A;
}
</style>
background-color css
<style>
a { background-color: #C2417A; }
a { background-color: rgb(194,65,122); }
div.DivClassName
{
background-color: #C2417A;
}
.BgClassName
{
background-color: #C2417A;
}
</style>
border-color css
<style>
span { border-color: #C2417A; }
span { border-color: rgb(194,65,122); }
td.TdClassName
{
border-color: #C2417A;
}
.TagClassName
{
border-color: #C2417A;
}
</style>