Shades of Deep Magenta #C001DD
Tints of Deep Magenta #C001DD
RGB
CMYK
RGB Variations
Color information
#C001DD (or 0xC001DD) is known color: Deep Magenta. HEX triplet: C0, 01 and DD. RGB value is (192,1,221). Sum of RGB (Red+Green+Blue) = 192+1+221=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #C001DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C001DD is #3FFE22. Grayscale: #525252. Windows color (decimal): -4193827 or 14483904. OLE color: 14483904.
HSL color Cylindrical-coordinate representation of color #C001DD: hue angle of 292.09º 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 #C001DD is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 1 | 221 | - |
| CMYK | 0.13 | 1.00 | 0 | 0.13 |
| HSL | 292.09º | 0.99% | 0.44% | - |
| HSV(B) | 292.09º | 1% | 0.87% | - |
| XYZ | 34.8 | 16.45 | 69.75 | - |
| YUV | 83.19 | 205.78 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 221 | 0.13 | 1.00 | 0 | 0.13 | 292.09 | 0.99 | 0.44 |
| Hex | C0 | 1 | DD | D | 64 | 0 | D | 124 | 63 | 2C |
| Octal | 300 | 1 | 335 | 15 | 144 | 0 | 15 | 444 | 143 | 54 |
| Binary | 11000000 | 1 | 11011101 | 1101 | 1100100 | 0 | 1101 | 100100100 | 1100011 | 101100 |
Color Harmonies of #C001DD
Complementary color
Monochromatic Colors of #C001DD
Black with #C001DD
Text Example
Text Example
White with #C001DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C001DD; }
p { color: rgb(192,1,221); }
H1.HeaderClassName
{
color: #C001DD;
}
.AnyTagClassName
{
color: #C001DD;
}
</style>
background-color css
<style>
a { background-color: #C001DD; }
a { background-color: rgb(192,1,221); }
div.DivClassName
{
background-color: #C001DD;
}
.BgClassName
{
background-color: #C001DD;
}
</style>
border-color css
<style>
span { border-color: #C001DD; }
span { border-color: rgb(192,1,221); }
td.TdClassName
{
border-color: #C001DD;
}
.TagClassName
{
border-color: #C001DD;
}
</style>