Shades of Royal Heath #C2407B
Tints of Royal Heath #C2407B
RGB
CMYK
RGB Variations
Color information
#C2407B (or 0xC2407B) is known color: Royal Heath. HEX triplet: C2, 40 and 7B. RGB value is (194,64,123). Sum of RGB (Red+Green+Blue) = 194+64+123=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C2407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2407B is #3DBF84. Grayscale: #6D6D6D. Windows color (decimal): -4046725 or 8077506. OLE color: 8077506.
HSL color Cylindrical-coordinate representation of color #C2407B: hue angle of 332.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2407B is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 123 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.24 |
| HSL | 332.77º | 0.52% | 0.51% | - |
| HSV(B) | 332.77º | 0.67% | 0.76% | - |
| XYZ | 27.66 | 16.57 | 20.48 | - |
| YUV | 109.6 | 135.57 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 123 | 0 | 0.67 | 0.37 | 0.24 | 332.77 | 0.52 | 0.51 |
| Hex | C2 | 40 | 7B | 0 | 43 | 25 | 18 | 14D | 34 | 33 |
| Octal | 302 | 100 | 173 | 0 | 103 | 45 | 30 | 515 | 64 | 63 |
| Binary | 11000010 | 1000000 | 1111011 | 0 | 1000011 | 100101 | 11000 | 101001101 | 110100 | 110011 |
Color Harmonies of #C2407B
Complementary color
Monochromatic Colors of #C2407B
Black with #C2407B
Text Example
Text Example
White with #C2407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2407B; }
p { color: rgb(194,64,123); }
H1.HeaderClassName
{
color: #C2407B;
}
.AnyTagClassName
{
color: #C2407B;
}
</style>
background-color css
<style>
a { background-color: #C2407B; }
a { background-color: rgb(194,64,123); }
div.DivClassName
{
background-color: #C2407B;
}
.BgClassName
{
background-color: #C2407B;
}
</style>
border-color css
<style>
span { border-color: #C2407B; }
span { border-color: rgb(194,64,123); }
td.TdClassName
{
border-color: #C2407B;
}
.TagClassName
{
border-color: #C2407B;
}
</style>