Shades of Deep Magenta #C600DD
Tints of Deep Magenta #C600DD
RGB
CMYK
RGB Variations
Color information
#C600DD (or 0xC600DD) is known color: Deep Magenta. HEX triplet: C6, 00 and DD. RGB value is (198,0,221). Sum of RGB (Red+Green+Blue) = 198+0+221=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 0 (0.39% from 255 or 0% 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 #C600DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C600DD is #39FF22. Grayscale: #535353. Windows color (decimal): -3800867 or 14483654. OLE color: 14483654.
HSL color Cylindrical-coordinate representation of color #C600DD: hue angle of 293.76º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C600DD is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 0 | 221 | - |
| CMYK | 0.10 | 1 | 0 | 0.13 |
| HSL | 293.76º | 1% | 0.43% | - |
| HSV(B) | 293.76º | 1% | 0.87% | - |
| XYZ | 36.34 | 17.23 | 69.82 | - |
| YUV | 84.4 | 205.1 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 221 | 0.10 | 1 | 0 | 0.13 | 293.76 | 1 | 0.43 |
| Hex | C6 | 0 | DD | A | 64 | 0 | D | 126 | 64 | 2B |
| Octal | 306 | 0 | 335 | 12 | 144 | 0 | 15 | 446 | 144 | 53 |
| Binary | 11000110 | 0 | 11011101 | 1010 | 1100100 | 0 | 1101 | 100100110 | 1100100 | 101011 |
Color Harmonies of #C600DD
Complementary color
Monochromatic Colors of #C600DD
Black with #C600DD
Text Example
Text Example
White with #C600DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C600DD; }
p { color: rgb(198,0,221); }
H1.HeaderClassName
{
color: #C600DD;
}
.AnyTagClassName
{
color: #C600DD;
}
</style>
background-color css
<style>
a { background-color: #C600DD; }
a { background-color: rgb(198,0,221); }
div.DivClassName
{
background-color: #C600DD;
}
.BgClassName
{
background-color: #C600DD;
}
</style>
border-color css
<style>
span { border-color: #C600DD; }
span { border-color: rgb(198,0,221); }
td.TdClassName
{
border-color: #C600DD;
}
.TagClassName
{
border-color: #C600DD;
}
</style>