Shades of Deep Magenta #C101DC
Tints of Deep Magenta #C101DC
RGB
CMYK
RGB Variations
Color information
#C101DC (or 0xC101DC) is known color: Deep Magenta. HEX triplet: C1, 01 and DC. RGB value is (193,1,220). Sum of RGB (Red+Green+Blue) = 193+1+220=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #C101DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C101DC is #3EFE23. Grayscale: #525252. Windows color (decimal): -4128292 or 14418369. OLE color: 14418369.
HSL color Cylindrical-coordinate representation of color #C101DC: hue angle of 292.6º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C101DC is Cyan = 0.12, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 1 | 220 | - |
| CMYK | 0.12 | 1.00 | 0 | 0.14 |
| HSL | 292.6º | 0.99% | 0.43% | - |
| HSV(B) | 292.6º | 1% | 0.86% | - |
| XYZ | 34.92 | 16.53 | 69.06 | - |
| YUV | 83.37 | 205.11 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 220 | 0.12 | 1.00 | 0 | 0.14 | 292.6 | 0.99 | 0.43 |
| Hex | C1 | 1 | DC | C | 64 | 0 | E | 125 | 63 | 2B |
| Octal | 301 | 1 | 334 | 14 | 144 | 0 | 16 | 445 | 143 | 53 |
| Binary | 11000001 | 1 | 11011100 | 1100 | 1100100 | 0 | 1110 | 100100101 | 1100011 | 101011 |
Color Harmonies of #C101DC
Complementary color
Monochromatic Colors of #C101DC
Black with #C101DC
Text Example
Text Example
White with #C101DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C101DC; }
p { color: rgb(193,1,220); }
H1.HeaderClassName
{
color: #C101DC;
}
.AnyTagClassName
{
color: #C101DC;
}
</style>
background-color css
<style>
a { background-color: #C101DC; }
a { background-color: rgb(193,1,220); }
div.DivClassName
{
background-color: #C101DC;
}
.BgClassName
{
background-color: #C101DC;
}
</style>
border-color css
<style>
span { border-color: #C101DC; }
span { border-color: rgb(193,1,220); }
td.TdClassName
{
border-color: #C101DC;
}
.TagClassName
{
border-color: #C101DC;
}
</style>