Shades of Royal Heath #C23F72
Tints of Royal Heath #C23F72
RGB
CMYK
RGB Variations
Color information
#C23F72 (or 0xC23F72) is known color: Royal Heath. HEX triplet: C2, 3F and 72. RGB value is (194,63,114). Sum of RGB (Red+Green+Blue) = 194+63+114=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F72 is #3DC08D. Grayscale: #6B6B6B. Windows color (decimal): -4046990 or 7487426. OLE color: 7487426.
HSL color Cylindrical-coordinate representation of color #C23F72: hue angle of 336.64º 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 #C23F72 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 114 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.24 |
| HSL | 336.64º | 0.52% | 0.5% | - |
| HSV(B) | 336.64º | 0.68% | 0.76% | - |
| XYZ | 27.06 | 16.24 | 17.63 | - |
| YUV | 107.98 | 131.4 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 114 | 0 | 0.68 | 0.41 | 0.24 | 336.64 | 0.52 | 0.5 |
| Hex | C2 | 3F | 72 | 0 | 44 | 29 | 18 | 151 | 34 | 32 |
| Octal | 302 | 77 | 162 | 0 | 104 | 51 | 30 | 521 | 64 | 62 |
| Binary | 11000010 | 111111 | 1110010 | 0 | 1000100 | 101001 | 11000 | 101010001 | 110100 | 110010 |
Color Harmonies of #C23F72
Complementary color
Monochromatic Colors of #C23F72
Black with #C23F72
Text Example
Text Example
White with #C23F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F72; }
p { color: rgb(194,63,114); }
H1.HeaderClassName
{
color: #C23F72;
}
.AnyTagClassName
{
color: #C23F72;
}
</style>
background-color css
<style>
a { background-color: #C23F72; }
a { background-color: rgb(194,63,114); }
div.DivClassName
{
background-color: #C23F72;
}
.BgClassName
{
background-color: #C23F72;
}
</style>
border-color css
<style>
span { border-color: #C23F72; }
span { border-color: rgb(194,63,114); }
td.TdClassName
{
border-color: #C23F72;
}
.TagClassName
{
border-color: #C23F72;
}
</style>