Shades of Deep Magenta #C101DE
Tints of Deep Magenta #C101DE
RGB
CMYK
RGB Variations
Color information
#C101DE (or 0xC101DE) is known color: Deep Magenta. HEX triplet: C1, 01 and DE. RGB value is (193,1,222). Sum of RGB (Red+Green+Blue) = 193+1+222=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #C101DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C101DE is #3EFE21. Grayscale: #525252. Windows color (decimal): -4128290 or 14549441. OLE color: 14549441.
HSL color Cylindrical-coordinate representation of color #C101DE: hue angle of 292.13º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C101DE is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 1 | 222 | - |
| CMYK | 0.13 | 1.00 | 0 | 0.13 |
| HSL | 292.13º | 0.99% | 0.44% | - |
| HSV(B) | 292.13º | 1% | 0.87% | - |
| XYZ | 35.19 | 16.63 | 70.46 | - |
| YUV | 83.6 | 206.11 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 222 | 0.13 | 1.00 | 0 | 0.13 | 292.13 | 0.99 | 0.44 |
| Hex | C1 | 1 | DE | D | 64 | 0 | D | 124 | 63 | 2C |
| Octal | 301 | 1 | 336 | 15 | 144 | 0 | 15 | 444 | 143 | 54 |
| Binary | 11000001 | 1 | 11011110 | 1101 | 1100100 | 0 | 1101 | 100100100 | 1100011 | 101100 |
Color Harmonies of #C101DE
Complementary color
Monochromatic Colors of #C101DE
Black with #C101DE
Text Example
Text Example
White with #C101DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C101DE; }
p { color: rgb(193,1,222); }
H1.HeaderClassName
{
color: #C101DE;
}
.AnyTagClassName
{
color: #C101DE;
}
</style>
background-color css
<style>
a { background-color: #C101DE; }
a { background-color: rgb(193,1,222); }
div.DivClassName
{
background-color: #C101DE;
}
.BgClassName
{
background-color: #C101DE;
}
</style>
border-color css
<style>
span { border-color: #C101DE; }
span { border-color: rgb(193,1,222); }
td.TdClassName
{
border-color: #C101DE;
}
.TagClassName
{
border-color: #C101DE;
}
</style>