Shades of Deep Magenta #C113CE
Tints of Deep Magenta #C113CE
RGB
CMYK
RGB Variations
Color information
#C113CE (or 0xC113CE) is known color: Deep Magenta. HEX triplet: C1, 13 and CE. RGB value is (193,19,206). Sum of RGB (Red+Green+Blue) = 193+19+206=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 19 (7.81% from 255 or 4.55% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #C113CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C113CE is #3EEC31. Grayscale: #5B5B5B. Windows color (decimal): -4123698 or 13505473. OLE color: 13505473.
HSL color Cylindrical-coordinate representation of color #C113CE: hue angle of 295.83º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C113CE is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 19 | 206 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.19 |
| HSL | 295.83º | 0.83% | 0.44% | - |
| HSV(B) | 295.83º | 0.91% | 0.81% | - |
| XYZ | 33.37 | 16.26 | 59.77 | - |
| YUV | 92.34 | 192.15 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 206 | 0.06 | 0.91 | 0 | 0.19 | 295.83 | 0.83 | 0.44 |
| Hex | C1 | 13 | CE | 6 | 5B | 0 | 13 | 128 | 53 | 2C |
| Octal | 301 | 23 | 316 | 6 | 133 | 0 | 23 | 450 | 123 | 54 |
| Binary | 11000001 | 10011 | 11001110 | 110 | 1011011 | 0 | 10011 | 100101000 | 1010011 | 101100 |
Color Harmonies of #C113CE
Complementary color
Monochromatic Colors of #C113CE
Black with #C113CE
Text Example
Text Example
White with #C113CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C113CE; }
p { color: rgb(193,19,206); }
H1.HeaderClassName
{
color: #C113CE;
}
.AnyTagClassName
{
color: #C113CE;
}
</style>
background-color css
<style>
a { background-color: #C113CE; }
a { background-color: rgb(193,19,206); }
div.DivClassName
{
background-color: #C113CE;
}
.BgClassName
{
background-color: #C113CE;
}
</style>
border-color css
<style>
span { border-color: #C113CE; }
span { border-color: rgb(193,19,206); }
td.TdClassName
{
border-color: #C113CE;
}
.TagClassName
{
border-color: #C113CE;
}
</style>