Shades of Royal Heath #C13F73
Tints of Royal Heath #C13F73
RGB
CMYK
RGB Variations
Color information
#C13F73 (or 0xC13F73) is known color: Royal Heath. HEX triplet: C1, 3F and 73. RGB value is (193,63,115). Sum of RGB (Red+Green+Blue) = 193+63+115=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13F73 is #3EC08C. Grayscale: #6B6B6B. Windows color (decimal): -4112525 or 7552961. OLE color: 7552961.
HSL color Cylindrical-coordinate representation of color #C13F73: hue angle of 336º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C13F73 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 115 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.24 |
| HSL | 336º | 0.51% | 0.5% | - |
| HSV(B) | 336º | 0.67% | 0.76% | - |
| XYZ | 26.86 | 16.13 | 17.92 | - |
| YUV | 107.8 | 132.07 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 115 | 0 | 0.67 | 0.40 | 0.24 | 336 | 0.51 | 0.5 |
| Hex | C1 | 3F | 73 | 0 | 43 | 28 | 18 | 150 | 33 | 32 |
| Octal | 301 | 77 | 163 | 0 | 103 | 50 | 30 | 520 | 63 | 62 |
| Binary | 11000001 | 111111 | 1110011 | 0 | 1000011 | 101000 | 11000 | 101010000 | 110011 | 110010 |
Color Harmonies of #C13F73
Complementary color
Monochromatic Colors of #C13F73
Black with #C13F73
Text Example
Text Example
White with #C13F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13F73; }
p { color: rgb(193,63,115); }
H1.HeaderClassName
{
color: #C13F73;
}
.AnyTagClassName
{
color: #C13F73;
}
</style>
background-color css
<style>
a { background-color: #C13F73; }
a { background-color: rgb(193,63,115); }
div.DivClassName
{
background-color: #C13F73;
}
.BgClassName
{
background-color: #C13F73;
}
</style>
border-color css
<style>
span { border-color: #C13F73; }
span { border-color: rgb(193,63,115); }
td.TdClassName
{
border-color: #C13F73;
}
.TagClassName
{
border-color: #C13F73;
}
</style>