Shades of Royal Heath #C13A6C
Tints of Royal Heath #C13A6C
RGB
CMYK
RGB Variations
Color information
#C13A6C (or 0xC13A6C) is known color: Royal Heath. HEX triplet: C1, 3A and 6C. RGB value is (193,58,108). Sum of RGB (Red+Green+Blue) = 193+58+108=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13A6C is #3EC593. Grayscale: #686868. Windows color (decimal): -4113812 or 7092929. OLE color: 7092929.
HSL color Cylindrical-coordinate representation of color #C13A6C: hue angle of 337.78º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13A6C is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 58 | 108 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.24 |
| HSL | 337.78º | 0.54% | 0.49% | - |
| HSV(B) | 337.78º | 0.7% | 0.76% | - |
| XYZ | 26.21 | 15.45 | 15.79 | - |
| YUV | 104.07 | 130.23 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 108 | 0 | 0.70 | 0.44 | 0.24 | 337.78 | 0.54 | 0.49 |
| Hex | C1 | 3A | 6C | 0 | 46 | 2C | 18 | 152 | 36 | 31 |
| Octal | 301 | 72 | 154 | 0 | 106 | 54 | 30 | 522 | 66 | 61 |
| Binary | 11000001 | 111010 | 1101100 | 0 | 1000110 | 101100 | 11000 | 101010010 | 110110 | 110001 |
Color Harmonies of #C13A6C
Complementary color
Monochromatic Colors of #C13A6C
Black with #C13A6C
Text Example
Text Example
White with #C13A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13A6C; }
p { color: rgb(193,58,108); }
H1.HeaderClassName
{
color: #C13A6C;
}
.AnyTagClassName
{
color: #C13A6C;
}
</style>
background-color css
<style>
a { background-color: #C13A6C; }
a { background-color: rgb(193,58,108); }
div.DivClassName
{
background-color: #C13A6C;
}
.BgClassName
{
background-color: #C13A6C;
}
</style>
border-color css
<style>
span { border-color: #C13A6C; }
span { border-color: rgb(193,58,108); }
td.TdClassName
{
border-color: #C13A6C;
}
.TagClassName
{
border-color: #C13A6C;
}
</style>