Shades of Royal Heath #C1316C
Tints of Royal Heath #C1316C
RGB
CMYK
RGB Variations
Color information
#C1316C (or 0xC1316C) is known color: Royal Heath. HEX triplet: C1, 31 and 6C. RGB value is (193,49,108). Sum of RGB (Red+Green+Blue) = 193+49+108=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C1316C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1316C is #3ECE93. Grayscale: #626262. Windows color (decimal): -4116116 or 7090625. OLE color: 7090625.
HSL color Cylindrical-coordinate representation of color #C1316C: hue angle of 335.42º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1316C is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 108 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.24 |
| HSL | 335.42º | 0.6% | 0.47% | - |
| HSV(B) | 335.42º | 0.75% | 0.76% | - |
| XYZ | 25.8 | 14.62 | 15.65 | - |
| YUV | 98.78 | 133.21 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 108 | 0 | 0.75 | 0.44 | 0.24 | 335.42 | 0.6 | 0.47 |
| Hex | C1 | 31 | 6C | 0 | 4B | 2C | 18 | 14F | 3C | 2F |
| Octal | 301 | 61 | 154 | 0 | 113 | 54 | 30 | 517 | 74 | 57 |
| Binary | 11000001 | 110001 | 1101100 | 0 | 1001011 | 101100 | 11000 | 101001111 | 111100 | 101111 |
Color Harmonies of #C1316C
Complementary color
Monochromatic Colors of #C1316C
Black with #C1316C
Text Example
Text Example
White with #C1316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1316C; }
p { color: rgb(193,49,108); }
H1.HeaderClassName
{
color: #C1316C;
}
.AnyTagClassName
{
color: #C1316C;
}
</style>
background-color css
<style>
a { background-color: #C1316C; }
a { background-color: rgb(193,49,108); }
div.DivClassName
{
background-color: #C1316C;
}
.BgClassName
{
background-color: #C1316C;
}
</style>
border-color css
<style>
span { border-color: #C1316C; }
span { border-color: rgb(193,49,108); }
td.TdClassName
{
border-color: #C1316C;
}
.TagClassName
{
border-color: #C1316C;
}
</style>