Shades of Deep Magenta #C621DD
Tints of Deep Magenta #C621DD
RGB
CMYK
RGB Variations
Color information
#C621DD (or 0xC621DD) is known color: Deep Magenta. HEX triplet: C6, 21 and DD. RGB value is (198,33,221). Sum of RGB (Red+Green+Blue) = 198+33+221=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 33 (13.28% from 255 or 7.30% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #C621DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C621DD is #39DE22. Grayscale: #676767. Windows color (decimal): -3792419 or 14492102. OLE color: 14492102.
HSL color Cylindrical-coordinate representation of color #C621DD: hue angle of 292.66º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C621DD is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 33 | 221 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.13 |
| HSL | 292.66º | 0.74% | 0.5% | - |
| HSV(B) | 292.66º | 0.85% | 0.87% | - |
| XYZ | 36.88 | 18.31 | 70 | - |
| YUV | 103.77 | 194.16 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 221 | 0.10 | 0.85 | 0 | 0.13 | 292.66 | 0.74 | 0.5 |
| Hex | C6 | 21 | DD | A | 55 | 0 | D | 125 | 4A | 32 |
| Octal | 306 | 41 | 335 | 12 | 125 | 0 | 15 | 445 | 112 | 62 |
| Binary | 11000110 | 100001 | 11011101 | 1010 | 1010101 | 0 | 1101 | 100100101 | 1001010 | 110010 |
Color Harmonies of #C621DD
Complementary color
Monochromatic Colors of #C621DD
Black with #C621DD
Text Example
Text Example
White with #C621DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C621DD; }
p { color: rgb(198,33,221); }
H1.HeaderClassName
{
color: #C621DD;
}
.AnyTagClassName
{
color: #C621DD;
}
</style>
background-color css
<style>
a { background-color: #C621DD; }
a { background-color: rgb(198,33,221); }
div.DivClassName
{
background-color: #C621DD;
}
.BgClassName
{
background-color: #C621DD;
}
</style>
border-color css
<style>
span { border-color: #C621DD; }
span { border-color: rgb(198,33,221); }
td.TdClassName
{
border-color: #C621DD;
}
.TagClassName
{
border-color: #C621DD;
}
</style>