Shades of Royal Heath #C23A74
Tints of Royal Heath #C23A74
RGB
CMYK
RGB Variations
Color information
#C23A74 (or 0xC23A74) is known color: Royal Heath. HEX triplet: C2, 3A and 74. RGB value is (194,58,116). Sum of RGB (Red+Green+Blue) = 194+58+116=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 58 (23.05% from 255 or 15.76% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23A74 is #3DC58B. Grayscale: #696969. Windows color (decimal): -4048268 or 7617218. OLE color: 7617218.
HSL color Cylindrical-coordinate representation of color #C23A74: hue angle of 334.41º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23A74 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 116 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.24 |
| HSL | 334.41º | 0.54% | 0.49% | - |
| HSV(B) | 334.41º | 0.7% | 0.76% | - |
| XYZ | 26.91 | 15.76 | 18.15 | - |
| YUV | 105.28 | 134.06 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 116 | 0 | 0.70 | 0.40 | 0.24 | 334.41 | 0.54 | 0.49 |
| Hex | C2 | 3A | 74 | 0 | 46 | 28 | 18 | 14E | 36 | 31 |
| Octal | 302 | 72 | 164 | 0 | 106 | 50 | 30 | 516 | 66 | 61 |
| Binary | 11000010 | 111010 | 1110100 | 0 | 1000110 | 101000 | 11000 | 101001110 | 110110 | 110001 |
Color Harmonies of #C23A74
Complementary color
Monochromatic Colors of #C23A74
Black with #C23A74
Text Example
Text Example
White with #C23A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A74; }
p { color: rgb(194,58,116); }
H1.HeaderClassName
{
color: #C23A74;
}
.AnyTagClassName
{
color: #C23A74;
}
</style>
background-color css
<style>
a { background-color: #C23A74; }
a { background-color: rgb(194,58,116); }
div.DivClassName
{
background-color: #C23A74;
}
.BgClassName
{
background-color: #C23A74;
}
</style>
border-color css
<style>
span { border-color: #C23A74; }
span { border-color: rgb(194,58,116); }
td.TdClassName
{
border-color: #C23A74;
}
.TagClassName
{
border-color: #C23A74;
}
</style>