Shades of Deep Magenta #C006DD
Tints of Deep Magenta #C006DD
RGB
CMYK
RGB Variations
Color information
#C006DD (or 0xC006DD) is known color: Deep Magenta. HEX triplet: C0, 06 and DD. RGB value is (192,6,221). Sum of RGB (Red+Green+Blue) = 192+6+221=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 6 (2.73% from 255 or 1.43% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #C006DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C006DD is #3FF922. Grayscale: #555555. Windows color (decimal): -4192547 or 14485184. OLE color: 14485184.
HSL color Cylindrical-coordinate representation of color #C006DD: hue angle of 291.91º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C006DD is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 6 | 221 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.13 |
| HSL | 291.91º | 0.95% | 0.45% | - |
| HSV(B) | 291.91º | 0.97% | 0.87% | - |
| XYZ | 34.85 | 16.56 | 69.77 | - |
| YUV | 86.12 | 204.12 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 221 | 0.13 | 0.97 | 0 | 0.13 | 291.91 | 0.95 | 0.45 |
| Hex | C0 | 6 | DD | D | 61 | 0 | D | 124 | 5F | 2D |
| Octal | 300 | 6 | 335 | 15 | 141 | 0 | 15 | 444 | 137 | 55 |
| Binary | 11000000 | 110 | 11011101 | 1101 | 1100001 | 0 | 1101 | 100100100 | 1011111 | 101101 |
Color Harmonies of #C006DD
Complementary color
Monochromatic Colors of #C006DD
Black with #C006DD
Text Example
Text Example
White with #C006DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C006DD; }
p { color: rgb(192,6,221); }
H1.HeaderClassName
{
color: #C006DD;
}
.AnyTagClassName
{
color: #C006DD;
}
</style>
background-color css
<style>
a { background-color: #C006DD; }
a { background-color: rgb(192,6,221); }
div.DivClassName
{
background-color: #C006DD;
}
.BgClassName
{
background-color: #C006DD;
}
</style>
border-color css
<style>
span { border-color: #C006DD; }
span { border-color: rgb(192,6,221); }
td.TdClassName
{
border-color: #C006DD;
}
.TagClassName
{
border-color: #C006DD;
}
</style>