Shades of Royal Heath #C13D70
Tints of Royal Heath #C13D70
RGB
CMYK
RGB Variations
Color information
#C13D70 (or 0xC13D70) is known color: Royal Heath. HEX triplet: C1, 3D and 70. RGB value is (193,61,112). Sum of RGB (Red+Green+Blue) = 193+61+112=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D70 is #3EC28F. Grayscale: #6A6A6A. Windows color (decimal): -4113040 or 7355841. OLE color: 7355841.
HSL color Cylindrical-coordinate representation of color #C13D70: hue angle of 336.82º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13D70 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 112 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.24 |
| HSL | 336.82º | 0.52% | 0.5% | - |
| HSV(B) | 336.82º | 0.68% | 0.76% | - |
| XYZ | 26.59 | 15.84 | 16.99 | - |
| YUV | 106.28 | 131.23 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 112 | 0 | 0.68 | 0.42 | 0.24 | 336.82 | 0.52 | 0.5 |
| Hex | C1 | 3D | 70 | 0 | 44 | 2A | 18 | 151 | 34 | 32 |
| Octal | 301 | 75 | 160 | 0 | 104 | 52 | 30 | 521 | 64 | 62 |
| Binary | 11000001 | 111101 | 1110000 | 0 | 1000100 | 101010 | 11000 | 101010001 | 110100 | 110010 |
Color Harmonies of #C13D70
Complementary color
Monochromatic Colors of #C13D70
Black with #C13D70
Text Example
Text Example
White with #C13D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D70; }
p { color: rgb(193,61,112); }
H1.HeaderClassName
{
color: #C13D70;
}
.AnyTagClassName
{
color: #C13D70;
}
</style>
background-color css
<style>
a { background-color: #C13D70; }
a { background-color: rgb(193,61,112); }
div.DivClassName
{
background-color: #C13D70;
}
.BgClassName
{
background-color: #C13D70;
}
</style>
border-color css
<style>
span { border-color: #C13D70; }
span { border-color: rgb(193,61,112); }
td.TdClassName
{
border-color: #C13D70;
}
.TagClassName
{
border-color: #C13D70;
}
</style>