Shades of Royal Heath #C23F6D
Tints of Royal Heath #C23F6D
RGB
CMYK
RGB Variations
Color information
#C23F6D (or 0xC23F6D) is known color: Royal Heath. HEX triplet: C2, 3F and 6D. RGB value is (194,63,109). Sum of RGB (Red+Green+Blue) = 194+63+109=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F6D is #3DC092. Grayscale: #6B6B6B. Windows color (decimal): -4046995 or 7159746. OLE color: 7159746.
HSL color Cylindrical-coordinate representation of color #C23F6D: hue angle of 338.93º 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 #C23F6D is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 109 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.24 |
| HSL | 338.93º | 0.52% | 0.5% | - |
| HSV(B) | 338.93º | 0.68% | 0.76% | - |
| XYZ | 26.79 | 16.13 | 16.17 | - |
| YUV | 107.41 | 128.9 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 109 | 0 | 0.68 | 0.44 | 0.24 | 338.93 | 0.52 | 0.5 |
| Hex | C2 | 3F | 6D | 0 | 44 | 2C | 18 | 153 | 34 | 32 |
| Octal | 302 | 77 | 155 | 0 | 104 | 54 | 30 | 523 | 64 | 62 |
| Binary | 11000010 | 111111 | 1101101 | 0 | 1000100 | 101100 | 11000 | 101010011 | 110100 | 110010 |
Color Harmonies of #C23F6D
Complementary color
Monochromatic Colors of #C23F6D
Black with #C23F6D
Text Example
Text Example
White with #C23F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F6D; }
p { color: rgb(194,63,109); }
H1.HeaderClassName
{
color: #C23F6D;
}
.AnyTagClassName
{
color: #C23F6D;
}
</style>
background-color css
<style>
a { background-color: #C23F6D; }
a { background-color: rgb(194,63,109); }
div.DivClassName
{
background-color: #C23F6D;
}
.BgClassName
{
background-color: #C23F6D;
}
</style>
border-color css
<style>
span { border-color: #C23F6D; }
span { border-color: rgb(194,63,109); }
td.TdClassName
{
border-color: #C23F6D;
}
.TagClassName
{
border-color: #C23F6D;
}
</style>