Shades of Royal Heath #C13D71
Tints of Royal Heath #C13D71
RGB
CMYK
RGB Variations
Color information
#C13D71 (or 0xC13D71) is known color: Royal Heath. HEX triplet: C1, 3D and 71. RGB value is (193,61,113). Sum of RGB (Red+Green+Blue) = 193+61+113=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D71 is #3EC28E. Grayscale: #6A6A6A. Windows color (decimal): -4113039 or 7421377. OLE color: 7421377.
HSL color Cylindrical-coordinate representation of color #C13D71: hue angle of 336.36º 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 #C13D71 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 113 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.24 |
| HSL | 336.36º | 0.52% | 0.5% | - |
| HSV(B) | 336.36º | 0.68% | 0.76% | - |
| XYZ | 26.64 | 15.87 | 17.28 | - |
| YUV | 106.4 | 131.73 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 113 | 0 | 0.68 | 0.41 | 0.24 | 336.36 | 0.52 | 0.5 |
| Hex | C1 | 3D | 71 | 0 | 44 | 29 | 18 | 150 | 34 | 32 |
| Octal | 301 | 75 | 161 | 0 | 104 | 51 | 30 | 520 | 64 | 62 |
| Binary | 11000001 | 111101 | 1110001 | 0 | 1000100 | 101001 | 11000 | 101010000 | 110100 | 110010 |
Color Harmonies of #C13D71
Complementary color
Monochromatic Colors of #C13D71
Black with #C13D71
Text Example
Text Example
White with #C13D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D71; }
p { color: rgb(193,61,113); }
H1.HeaderClassName
{
color: #C13D71;
}
.AnyTagClassName
{
color: #C13D71;
}
</style>
background-color css
<style>
a { background-color: #C13D71; }
a { background-color: rgb(193,61,113); }
div.DivClassName
{
background-color: #C13D71;
}
.BgClassName
{
background-color: #C13D71;
}
</style>
border-color css
<style>
span { border-color: #C13D71; }
span { border-color: rgb(193,61,113); }
td.TdClassName
{
border-color: #C13D71;
}
.TagClassName
{
border-color: #C13D71;
}
</style>