Shades of Royal Heath #C23E6B
Tints of Royal Heath #C23E6B
RGB
CMYK
RGB Variations
Color information
#C23E6B (or 0xC23E6B) is known color: Royal Heath. HEX triplet: C2, 3E and 6B. RGB value is (194,62,107). Sum of RGB (Red+Green+Blue) = 194+62+107=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23E6B is #3DC194. Grayscale: #6A6A6A. Windows color (decimal): -4047253 or 7028418. OLE color: 7028418.
HSL color Cylindrical-coordinate representation of color #C23E6B: hue angle of 339.55º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C23E6B is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 62 | 107 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.24 |
| HSL | 339.55º | 0.52% | 0.5% | - |
| HSV(B) | 339.55º | 0.68% | 0.76% | - |
| XYZ | 26.62 | 15.98 | 15.59 | - |
| YUV | 106.6 | 128.23 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 107 | 0 | 0.68 | 0.45 | 0.24 | 339.55 | 0.52 | 0.5 |
| Hex | C2 | 3E | 6B | 0 | 44 | 2D | 18 | 154 | 34 | 32 |
| Octal | 302 | 76 | 153 | 0 | 104 | 55 | 30 | 524 | 64 | 62 |
| Binary | 11000010 | 111110 | 1101011 | 0 | 1000100 | 101101 | 11000 | 101010100 | 110100 | 110010 |
Color Harmonies of #C23E6B
Complementary color
Monochromatic Colors of #C23E6B
Black with #C23E6B
Text Example
Text Example
White with #C23E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23E6B; }
p { color: rgb(194,62,107); }
H1.HeaderClassName
{
color: #C23E6B;
}
.AnyTagClassName
{
color: #C23E6B;
}
</style>
background-color css
<style>
a { background-color: #C23E6B; }
a { background-color: rgb(194,62,107); }
div.DivClassName
{
background-color: #C23E6B;
}
.BgClassName
{
background-color: #C23E6B;
}
</style>
border-color css
<style>
span { border-color: #C23E6B; }
span { border-color: rgb(194,62,107); }
td.TdClassName
{
border-color: #C23E6B;
}
.TagClassName
{
border-color: #C23E6B;
}
</style>