Shades of Deep Magenta #C01DC1
Tints of Deep Magenta #C01DC1
RGB
CMYK
RGB Variations
Color information
#C01DC1 (or 0xC01DC1) is known color: Deep Magenta. HEX triplet: C0, 1D and C1. RGB value is (192,29,193). Sum of RGB (Red+Green+Blue) = 192+29+193=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 29 (11.72% from 255 or 7.00% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #C01DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01DC1 is #3FE23E. Grayscale: #5F5F5F. Windows color (decimal): -4186687 or 12656064. OLE color: 12656064.
HSL color Cylindrical-coordinate representation of color #C01DC1: hue angle of 299.63º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01DC1 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 29 | 193 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.24 |
| HSL | 299.63º | 0.74% | 0.44% | - |
| HSV(B) | 299.63º | 0.85% | 0.76% | - |
| XYZ | 31.8 | 15.94 | 51.85 | - |
| YUV | 96.43 | 182.5 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 193 | 0.01 | 0.85 | 0 | 0.24 | 299.63 | 0.74 | 0.44 |
| Hex | C0 | 1D | C1 | 1 | 55 | 0 | 18 | 12C | 4A | 2C |
| Octal | 300 | 35 | 301 | 1 | 125 | 0 | 30 | 454 | 112 | 54 |
| Binary | 11000000 | 11101 | 11000001 | 1 | 1010101 | 0 | 11000 | 100101100 | 1001010 | 101100 |
Color Harmonies of #C01DC1
Complementary color
Monochromatic Colors of #C01DC1
Black with #C01DC1
Text Example
Text Example
White with #C01DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01DC1; }
p { color: rgb(192,29,193); }
H1.HeaderClassName
{
color: #C01DC1;
}
.AnyTagClassName
{
color: #C01DC1;
}
</style>
background-color css
<style>
a { background-color: #C01DC1; }
a { background-color: rgb(192,29,193); }
div.DivClassName
{
background-color: #C01DC1;
}
.BgClassName
{
background-color: #C01DC1;
}
</style>
border-color css
<style>
span { border-color: #C01DC1; }
span { border-color: rgb(192,29,193); }
td.TdClassName
{
border-color: #C01DC1;
}
.TagClassName
{
border-color: #C01DC1;
}
</style>