Shades of Deep Magenta #C821CC
Tints of Deep Magenta #C821CC
RGB
CMYK
RGB Variations
Color information
#C821CC (or 0xC821CC) is known color: Deep Magenta. HEX triplet: C8, 21 and CC. RGB value is (200,33,204). Sum of RGB (Red+Green+Blue) = 200+33+204=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 33 (13.28% from 255 or 7.55% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #C821CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C821CC is #37DE33. Grayscale: #656565. Windows color (decimal): -3661364 or 13377992. OLE color: 13377992.
HSL color Cylindrical-coordinate representation of color #C821CC: hue angle of 298.6º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C821CC is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 33 | 204 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.2 |
| HSL | 298.6º | 0.72% | 0.46% | - |
| HSV(B) | 298.6º | 0.84% | 0.8% | - |
| XYZ | 35.26 | 17.73 | 58.69 | - |
| YUV | 102.43 | 185.33 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 204 | 0.02 | 0.84 | 0 | 0.2 | 298.6 | 0.72 | 0.46 |
| Hex | C8 | 21 | CC | 2 | 54 | 0 | 14 | 12B | 48 | 2E |
| Octal | 310 | 41 | 314 | 2 | 124 | 0 | 24 | 453 | 110 | 56 |
| Binary | 11001000 | 100001 | 11001100 | 10 | 1010100 | 0 | 10100 | 100101011 | 1001000 | 101110 |
Color Harmonies of #C821CC
Complementary color
Monochromatic Colors of #C821CC
Black with #C821CC
Text Example
Text Example
White with #C821CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C821CC; }
p { color: rgb(200,33,204); }
H1.HeaderClassName
{
color: #C821CC;
}
.AnyTagClassName
{
color: #C821CC;
}
</style>
background-color css
<style>
a { background-color: #C821CC; }
a { background-color: rgb(200,33,204); }
div.DivClassName
{
background-color: #C821CC;
}
.BgClassName
{
background-color: #C821CC;
}
</style>
border-color css
<style>
span { border-color: #C821CC; }
span { border-color: rgb(200,33,204); }
td.TdClassName
{
border-color: #C821CC;
}
.TagClassName
{
border-color: #C821CC;
}
</style>