Shades of Deep Magenta #C013C3
Tints of Deep Magenta #C013C3
RGB
CMYK
RGB Variations
Color information
#C013C3 (or 0xC013C3) is known color: Deep Magenta. HEX triplet: C0, 13 and C3. RGB value is (192,19,195). Sum of RGB (Red+Green+Blue) = 192+19+195=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 195 (76.56% from 255 or 48.03% from 406); Max value from RGB is 195 - color contains mainly: blue. Hex color #C013C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C013C3 is #3FEC3C. Grayscale: #5A5A5A. Windows color (decimal): -4189245 or 12784576. OLE color: 12784576.
HSL color Cylindrical-coordinate representation of color #C013C3: hue angle of 298.98º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C013C3 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 19 | 195 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.24 |
| HSL | 298.98º | 0.82% | 0.42% | - |
| HSV(B) | 298.98º | 0.9% | 0.76% | - |
| XYZ | 31.82 | 15.61 | 52.97 | - |
| YUV | 90.79 | 186.81 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 195 | 0.02 | 0.90 | 0 | 0.24 | 298.98 | 0.82 | 0.42 |
| Hex | C0 | 13 | C3 | 2 | 5A | 0 | 18 | 12B | 52 | 2A |
| Octal | 300 | 23 | 303 | 2 | 132 | 0 | 30 | 453 | 122 | 52 |
| Binary | 11000000 | 10011 | 11000011 | 10 | 1011010 | 0 | 11000 | 100101011 | 1010010 | 101010 |
Color Harmonies of #C013C3
Complementary color
Monochromatic Colors of #C013C3
Black with #C013C3
Text Example
Text Example
White with #C013C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C013C3; }
p { color: rgb(192,19,195); }
H1.HeaderClassName
{
color: #C013C3;
}
.AnyTagClassName
{
color: #C013C3;
}
</style>
background-color css
<style>
a { background-color: #C013C3; }
a { background-color: rgb(192,19,195); }
div.DivClassName
{
background-color: #C013C3;
}
.BgClassName
{
background-color: #C013C3;
}
</style>
border-color css
<style>
span { border-color: #C013C3; }
span { border-color: rgb(192,19,195); }
td.TdClassName
{
border-color: #C013C3;
}
.TagClassName
{
border-color: #C013C3;
}
</style>