Shades of Deep Magenta #CD21D1
Tints of Deep Magenta #CD21D1
RGB
CMYK
RGB Variations
Color information
#CD21D1 (or 0xCD21D1) is known color: Deep Magenta. HEX triplet: CD, 21 and D1. RGB value is (205,33,209). Sum of RGB (Red+Green+Blue) = 205+33+209=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 33 (13.28% from 255 or 7.38% from 447); Blue value is 209 (82.03% from 255 or 46.76% from 447); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD21D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD21D1 is #32DE2E. Grayscale: #676767. Windows color (decimal): -3333679 or 13705677. OLE color: 13705677.
HSL color Cylindrical-coordinate representation of color #CD21D1: hue angle of 298.64º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD21D1 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 33 | 209 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.18 |
| HSL | 298.64º | 0.73% | 0.47% | - |
| HSV(B) | 298.64º | 0.84% | 0.82% | - |
| XYZ | 37.23 | 18.67 | 61.96 | - |
| YUV | 104.49 | 186.98 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 33 | 209 | 0.02 | 0.84 | 0 | 0.18 | 298.64 | 0.73 | 0.47 |
| Hex | CD | 21 | D1 | 2 | 54 | 0 | 12 | 12B | 49 | 2F |
| Octal | 315 | 41 | 321 | 2 | 124 | 0 | 22 | 453 | 111 | 57 |
| Binary | 11001101 | 100001 | 11010001 | 10 | 1010100 | 0 | 10010 | 100101011 | 1001001 | 101111 |
Color Harmonies of #CD21D1
Complementary color
Monochromatic Colors of #CD21D1
Black with #CD21D1
Text Example
Text Example
White with #CD21D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD21D1; }
p { color: rgb(205,33,209); }
H1.HeaderClassName
{
color: #CD21D1;
}
.AnyTagClassName
{
color: #CD21D1;
}
</style>
background-color css
<style>
a { background-color: #CD21D1; }
a { background-color: rgb(205,33,209); }
div.DivClassName
{
background-color: #CD21D1;
}
.BgClassName
{
background-color: #CD21D1;
}
</style>
border-color css
<style>
span { border-color: #CD21D1; }
span { border-color: rgb(205,33,209); }
td.TdClassName
{
border-color: #CD21D1;
}
.TagClassName
{
border-color: #CD21D1;
}
</style>