Shades of Royal Heath #C23D74
Tints of Royal Heath #C23D74
RGB
CMYK
RGB Variations
Color information
#C23D74 (or 0xC23D74) is known color: Royal Heath. HEX triplet: C2, 3D and 74. RGB value is (194,61,116). Sum of RGB (Red+Green+Blue) = 194+61+116=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23D74 is #3DC28B. Grayscale: #6A6A6A. Windows color (decimal): -4047500 or 7617986. OLE color: 7617986.
HSL color Cylindrical-coordinate representation of color #C23D74: hue angle of 335.19º 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 #C23D74 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 116 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.24 |
| HSL | 335.19º | 0.52% | 0.5% | - |
| HSV(B) | 335.19º | 0.69% | 0.76% | - |
| XYZ | 27.07 | 16.07 | 18.2 | - |
| YUV | 107.04 | 133.06 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 116 | 0 | 0.69 | 0.40 | 0.24 | 335.19 | 0.52 | 0.5 |
| Hex | C2 | 3D | 74 | 0 | 45 | 28 | 18 | 14F | 34 | 32 |
| Octal | 302 | 75 | 164 | 0 | 105 | 50 | 30 | 517 | 64 | 62 |
| Binary | 11000010 | 111101 | 1110100 | 0 | 1000101 | 101000 | 11000 | 101001111 | 110100 | 110010 |
Color Harmonies of #C23D74
Complementary color
Monochromatic Colors of #C23D74
Black with #C23D74
Text Example
Text Example
White with #C23D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D74; }
p { color: rgb(194,61,116); }
H1.HeaderClassName
{
color: #C23D74;
}
.AnyTagClassName
{
color: #C23D74;
}
</style>
background-color css
<style>
a { background-color: #C23D74; }
a { background-color: rgb(194,61,116); }
div.DivClassName
{
background-color: #C23D74;
}
.BgClassName
{
background-color: #C23D74;
}
</style>
border-color css
<style>
span { border-color: #C23D74; }
span { border-color: rgb(194,61,116); }
td.TdClassName
{
border-color: #C23D74;
}
.TagClassName
{
border-color: #C23D74;
}
</style>