Shades of Royal Heath #C23F74
Tints of Royal Heath #C23F74
RGB
CMYK
RGB Variations
Color information
#C23F74 (or 0xC23F74) is known color: Royal Heath. HEX triplet: C2, 3F and 74. RGB value is (194,63,116). Sum of RGB (Red+Green+Blue) = 194+63+116=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F74 is #3DC08B. Grayscale: #6C6C6C. Windows color (decimal): -4046988 or 7618498. OLE color: 7618498.
HSL color Cylindrical-coordinate representation of color #C23F74: hue angle of 335.73º 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 #C23F74 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 116 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.24 |
| HSL | 335.73º | 0.52% | 0.5% | - |
| HSV(B) | 335.73º | 0.68% | 0.76% | - |
| XYZ | 27.18 | 16.29 | 18.23 | - |
| YUV | 108.21 | 132.4 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 116 | 0 | 0.68 | 0.40 | 0.24 | 335.73 | 0.52 | 0.5 |
| Hex | C2 | 3F | 74 | 0 | 44 | 28 | 18 | 150 | 34 | 32 |
| Octal | 302 | 77 | 164 | 0 | 104 | 50 | 30 | 520 | 64 | 62 |
| Binary | 11000010 | 111111 | 1110100 | 0 | 1000100 | 101000 | 11000 | 101010000 | 110100 | 110010 |
Color Harmonies of #C23F74
Complementary color
Monochromatic Colors of #C23F74
Black with #C23F74
Text Example
Text Example
White with #C23F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F74; }
p { color: rgb(194,63,116); }
H1.HeaderClassName
{
color: #C23F74;
}
.AnyTagClassName
{
color: #C23F74;
}
</style>
background-color css
<style>
a { background-color: #C23F74; }
a { background-color: rgb(194,63,116); }
div.DivClassName
{
background-color: #C23F74;
}
.BgClassName
{
background-color: #C23F74;
}
</style>
border-color css
<style>
span { border-color: #C23F74; }
span { border-color: rgb(194,63,116); }
td.TdClassName
{
border-color: #C23F74;
}
.TagClassName
{
border-color: #C23F74;
}
</style>