Shades of Royal Heath #C23F7B
Tints of Royal Heath #C23F7B
RGB
CMYK
RGB Variations
Color information
#C23F7B (or 0xC23F7B) is known color: Royal Heath. HEX triplet: C2, 3F and 7B. RGB value is (194,63,123). Sum of RGB (Red+Green+Blue) = 194+63+123=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F7B is #3DC084. Grayscale: #6C6C6C. Windows color (decimal): -4046981 or 8077250. OLE color: 8077250.
HSL color Cylindrical-coordinate representation of color #C23F7B: hue angle of 332.52º 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 #C23F7B is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 123 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.24 |
| HSL | 332.52º | 0.52% | 0.5% | - |
| HSV(B) | 332.52º | 0.68% | 0.76% | - |
| XYZ | 27.6 | 16.45 | 20.46 | - |
| YUV | 109.01 | 135.9 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 123 | 0 | 0.68 | 0.37 | 0.24 | 332.52 | 0.52 | 0.5 |
| Hex | C2 | 3F | 7B | 0 | 44 | 25 | 18 | 14D | 34 | 32 |
| Octal | 302 | 77 | 173 | 0 | 104 | 45 | 30 | 515 | 64 | 62 |
| Binary | 11000010 | 111111 | 1111011 | 0 | 1000100 | 100101 | 11000 | 101001101 | 110100 | 110010 |
Color Harmonies of #C23F7B
Complementary color
Monochromatic Colors of #C23F7B
Black with #C23F7B
Text Example
Text Example
White with #C23F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F7B; }
p { color: rgb(194,63,123); }
H1.HeaderClassName
{
color: #C23F7B;
}
.AnyTagClassName
{
color: #C23F7B;
}
</style>
background-color css
<style>
a { background-color: #C23F7B; }
a { background-color: rgb(194,63,123); }
div.DivClassName
{
background-color: #C23F7B;
}
.BgClassName
{
background-color: #C23F7B;
}
</style>
border-color css
<style>
span { border-color: #C23F7B; }
span { border-color: rgb(194,63,123); }
td.TdClassName
{
border-color: #C23F7B;
}
.TagClassName
{
border-color: #C23F7B;
}
</style>