Shades of Deep Magenta #C101DF
Tints of Deep Magenta #C101DF
RGB
CMYK
RGB Variations
Color information
#C101DF (or 0xC101DF) is known color: Deep Magenta. HEX triplet: C1, 01 and DF. RGB value is (193,1,223). Sum of RGB (Red+Green+Blue) = 193+1+223=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #C101DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C101DF is #3EFE20. Grayscale: #535353. Windows color (decimal): -4128289 or 14614977. OLE color: 14614977.
HSL color Cylindrical-coordinate representation of color #C101DF: hue angle of 291.89º 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 #C101DF is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 1 | 223 | - |
| CMYK | 0.13 | 1.00 | 0 | 0.13 |
| HSL | 291.89º | 0.99% | 0.44% | - |
| HSV(B) | 291.89º | 1% | 0.87% | - |
| XYZ | 35.32 | 16.69 | 71.17 | - |
| YUV | 83.72 | 206.61 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 223 | 0.13 | 1.00 | 0 | 0.13 | 291.89 | 0.99 | 0.44 |
| Hex | C1 | 1 | DF | D | 64 | 0 | D | 124 | 63 | 2C |
| Octal | 301 | 1 | 337 | 15 | 144 | 0 | 15 | 444 | 143 | 54 |
| Binary | 11000001 | 1 | 11011111 | 1101 | 1100100 | 0 | 1101 | 100100100 | 1100011 | 101100 |
Color Harmonies of #C101DF
Complementary color
Monochromatic Colors of #C101DF
Black with #C101DF
Text Example
Text Example
White with #C101DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C101DF; }
p { color: rgb(193,1,223); }
H1.HeaderClassName
{
color: #C101DF;
}
.AnyTagClassName
{
color: #C101DF;
}
</style>
background-color css
<style>
a { background-color: #C101DF; }
a { background-color: rgb(193,1,223); }
div.DivClassName
{
background-color: #C101DF;
}
.BgClassName
{
background-color: #C101DF;
}
</style>
border-color css
<style>
span { border-color: #C101DF; }
span { border-color: rgb(193,1,223); }
td.TdClassName
{
border-color: #C101DF;
}
.TagClassName
{
border-color: #C101DF;
}
</style>