Shades of Deep Magenta #CC21D3
Tints of Deep Magenta #CC21D3
RGB
CMYK
RGB Variations
Color information
#CC21D3 (or 0xCC21D3) is known color: Deep Magenta. HEX triplet: CC, 21 and D3. RGB value is (204,33,211). Sum of RGB (Red+Green+Blue) = 204+33+211=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 211 (82.81% from 255 or 47.10% from 448); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC21D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21D3 is #33DE2C. Grayscale: #676767. Windows color (decimal): -3399213 or 13836748. OLE color: 13836748.
HSL color Cylindrical-coordinate representation of color #CC21D3: hue angle of 297.64º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC21D3 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 33 | 211 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.17 |
| HSL | 297.64º | 0.73% | 0.48% | - |
| HSV(B) | 297.64º | 0.84% | 0.83% | - |
| XYZ | 37.2 | 18.63 | 63.26 | - |
| YUV | 104.42 | 188.15 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 211 | 0.03 | 0.84 | 0 | 0.17 | 297.64 | 0.73 | 0.48 |
| Hex | CC | 21 | D3 | 3 | 54 | 0 | 11 | 12A | 49 | 30 |
| Octal | 314 | 41 | 323 | 3 | 124 | 0 | 21 | 452 | 111 | 60 |
| Binary | 11001100 | 100001 | 11010011 | 11 | 1010100 | 0 | 10001 | 100101010 | 1001001 | 110000 |
Color Harmonies of #CC21D3
Complementary color
Monochromatic Colors of #CC21D3
Black with #CC21D3
Text Example
Text Example
White with #CC21D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC21D3; }
p { color: rgb(204,33,211); }
H1.HeaderClassName
{
color: #CC21D3;
}
.AnyTagClassName
{
color: #CC21D3;
}
</style>
background-color css
<style>
a { background-color: #CC21D3; }
a { background-color: rgb(204,33,211); }
div.DivClassName
{
background-color: #CC21D3;
}
.BgClassName
{
background-color: #CC21D3;
}
</style>
border-color css
<style>
span { border-color: #CC21D3; }
span { border-color: rgb(204,33,211); }
td.TdClassName
{
border-color: #CC21D3;
}
.TagClassName
{
border-color: #CC21D3;
}
</style>