Shades of Royal Heath #C13D79
Tints of Royal Heath #C13D79
RGB
CMYK
RGB Variations
Color information
#C13D79 (or 0xC13D79) is known color: Royal Heath. HEX triplet: C1, 3D and 79. RGB value is (193,61,121). Sum of RGB (Red+Green+Blue) = 193+61+121=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D79 is #3EC286. Grayscale: #6B6B6B. Windows color (decimal): -4113031 or 7945665. OLE color: 7945665.
HSL color Cylindrical-coordinate representation of color #C13D79: hue angle of 332.73º 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 #C13D79 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 121 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.24 |
| HSL | 332.73º | 0.52% | 0.5% | - |
| HSV(B) | 332.73º | 0.68% | 0.76% | - |
| XYZ | 27.11 | 16.06 | 19.76 | - |
| YUV | 107.31 | 135.73 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 121 | 0 | 0.68 | 0.37 | 0.24 | 332.73 | 0.52 | 0.5 |
| Hex | C1 | 3D | 79 | 0 | 44 | 25 | 18 | 14D | 34 | 32 |
| Octal | 301 | 75 | 171 | 0 | 104 | 45 | 30 | 515 | 64 | 62 |
| Binary | 11000001 | 111101 | 1111001 | 0 | 1000100 | 100101 | 11000 | 101001101 | 110100 | 110010 |
Color Harmonies of #C13D79
Complementary color
Monochromatic Colors of #C13D79
Black with #C13D79
Text Example
Text Example
White with #C13D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D79; }
p { color: rgb(193,61,121); }
H1.HeaderClassName
{
color: #C13D79;
}
.AnyTagClassName
{
color: #C13D79;
}
</style>
background-color css
<style>
a { background-color: #C13D79; }
a { background-color: rgb(193,61,121); }
div.DivClassName
{
background-color: #C13D79;
}
.BgClassName
{
background-color: #C13D79;
}
</style>
border-color css
<style>
span { border-color: #C13D79; }
span { border-color: rgb(193,61,121); }
td.TdClassName
{
border-color: #C13D79;
}
.TagClassName
{
border-color: #C13D79;
}
</style>