Shades of Royal Heath #C13B74
Tints of Royal Heath #C13B74
RGB
CMYK
RGB Variations
Color information
#C13B74 (or 0xC13B74) is known color: Royal Heath. HEX triplet: C1, 3B and 74. RGB value is (193,59,116). Sum of RGB (Red+Green+Blue) = 193+59+116=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13B74 is #3EC48B. Grayscale: #696969. Windows color (decimal): -4113548 or 7617473. OLE color: 7617473.
HSL color Cylindrical-coordinate representation of color #C13B74: hue angle of 334.48º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13B74 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 59 | 116 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.24 |
| HSL | 334.48º | 0.53% | 0.49% | - |
| HSV(B) | 334.48º | 0.69% | 0.76% | - |
| XYZ | 26.71 | 15.73 | 18.15 | - |
| YUV | 105.56 | 133.89 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 116 | 0 | 0.69 | 0.40 | 0.24 | 334.48 | 0.53 | 0.49 |
| Hex | C1 | 3B | 74 | 0 | 45 | 28 | 18 | 14E | 35 | 31 |
| Octal | 301 | 73 | 164 | 0 | 105 | 50 | 30 | 516 | 65 | 61 |
| Binary | 11000001 | 111011 | 1110100 | 0 | 1000101 | 101000 | 11000 | 101001110 | 110101 | 110001 |
Color Harmonies of #C13B74
Complementary color
Monochromatic Colors of #C13B74
Black with #C13B74
Text Example
Text Example
White with #C13B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13B74; }
p { color: rgb(193,59,116); }
H1.HeaderClassName
{
color: #C13B74;
}
.AnyTagClassName
{
color: #C13B74;
}
</style>
background-color css
<style>
a { background-color: #C13B74; }
a { background-color: rgb(193,59,116); }
div.DivClassName
{
background-color: #C13B74;
}
.BgClassName
{
background-color: #C13B74;
}
</style>
border-color css
<style>
span { border-color: #C13B74; }
span { border-color: rgb(193,59,116); }
td.TdClassName
{
border-color: #C13B74;
}
.TagClassName
{
border-color: #C13B74;
}
</style>