Shades of Royal Heath #C23D79
Tints of Royal Heath #C23D79
RGB
CMYK
RGB Variations
Color information
#C23D79 (or 0xC23D79) is known color: Royal Heath. HEX triplet: C2, 3D and 79. RGB value is (194,61,121). Sum of RGB (Red+Green+Blue) = 194+61+121=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23D79 is #3DC286. Grayscale: #6B6B6B. Windows color (decimal): -4047495 or 7945666. OLE color: 7945666.
HSL color Cylindrical-coordinate representation of color #C23D79: hue angle of 332.93º degrees, saturation: 0.52, 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 #C23D79 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 121 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.24 |
| HSL | 332.93º | 0.52% | 0.5% | - |
| HSV(B) | 332.93º | 0.69% | 0.76% | - |
| XYZ | 27.37 | 16.19 | 19.77 | - |
| YUV | 107.61 | 135.56 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 121 | 0 | 0.69 | 0.38 | 0.24 | 332.93 | 0.52 | 0.5 |
| Hex | C2 | 3D | 79 | 0 | 45 | 26 | 18 | 14D | 34 | 32 |
| Octal | 302 | 75 | 171 | 0 | 105 | 46 | 30 | 515 | 64 | 62 |
| Binary | 11000010 | 111101 | 1111001 | 0 | 1000101 | 100110 | 11000 | 101001101 | 110100 | 110010 |
Color Harmonies of #C23D79
Complementary color
Monochromatic Colors of #C23D79
Black with #C23D79
Text Example
Text Example
White with #C23D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D79; }
p { color: rgb(194,61,121); }
H1.HeaderClassName
{
color: #C23D79;
}
.AnyTagClassName
{
color: #C23D79;
}
</style>
background-color css
<style>
a { background-color: #C23D79; }
a { background-color: rgb(194,61,121); }
div.DivClassName
{
background-color: #C23D79;
}
.BgClassName
{
background-color: #C23D79;
}
</style>
border-color css
<style>
span { border-color: #C23D79; }
span { border-color: rgb(194,61,121); }
td.TdClassName
{
border-color: #C23D79;
}
.TagClassName
{
border-color: #C23D79;
}
</style>