Shades of Royal Heath #C23C78
Tints of Royal Heath #C23C78
RGB
CMYK
RGB Variations
Color information
#C23C78 (or 0xC23C78) is known color: Royal Heath. HEX triplet: C2, 3C and 78. RGB value is (194,60,120). Sum of RGB (Red+Green+Blue) = 194+60+120=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23C78 is #3DC387. Grayscale: #6A6A6A. Windows color (decimal): -4047752 or 7879874. OLE color: 7879874.
HSL color Cylindrical-coordinate representation of color #C23C78: hue angle of 333.13º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23C78 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 120 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.24 |
| HSL | 333.13º | 0.53% | 0.5% | - |
| HSV(B) | 333.13º | 0.69% | 0.76% | - |
| XYZ | 27.25 | 16.06 | 19.43 | - |
| YUV | 106.91 | 135.39 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 120 | 0 | 0.69 | 0.38 | 0.24 | 333.13 | 0.53 | 0.5 |
| Hex | C2 | 3C | 78 | 0 | 45 | 26 | 18 | 14D | 35 | 32 |
| Octal | 302 | 74 | 170 | 0 | 105 | 46 | 30 | 515 | 65 | 62 |
| Binary | 11000010 | 111100 | 1111000 | 0 | 1000101 | 100110 | 11000 | 101001101 | 110101 | 110010 |
Color Harmonies of #C23C78
Complementary color
Monochromatic Colors of #C23C78
Black with #C23C78
Text Example
Text Example
White with #C23C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C78; }
p { color: rgb(194,60,120); }
H1.HeaderClassName
{
color: #C23C78;
}
.AnyTagClassName
{
color: #C23C78;
}
</style>
background-color css
<style>
a { background-color: #C23C78; }
a { background-color: rgb(194,60,120); }
div.DivClassName
{
background-color: #C23C78;
}
.BgClassName
{
background-color: #C23C78;
}
</style>
border-color css
<style>
span { border-color: #C23C78; }
span { border-color: rgb(194,60,120); }
td.TdClassName
{
border-color: #C23C78;
}
.TagClassName
{
border-color: #C23C78;
}
</style>