Shades of Deep Magenta #C821CB
Tints of Deep Magenta #C821CB
RGB
CMYK
RGB Variations
Color information
#C821CB (or 0xC821CB) is known color: Deep Magenta. HEX triplet: C8, 21 and CB. RGB value is (200,33,203). Sum of RGB (Red+Green+Blue) = 200+33+203=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #C821CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C821CB is #37DE34. Grayscale: #656565. Windows color (decimal): -3661365 or 13312456. OLE color: 13312456.
HSL color Cylindrical-coordinate representation of color #C821CB: hue angle of 298.94º 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 #C821CB is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 33 | 203 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.20 |
| HSL | 298.94º | 0.72% | 0.46% | - |
| HSV(B) | 298.94º | 0.84% | 0.8% | - |
| XYZ | 35.14 | 17.68 | 58.06 | - |
| YUV | 102.31 | 184.83 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 203 | 0.01 | 0.84 | 0 | 0.20 | 298.94 | 0.72 | 0.46 |
| Hex | C8 | 21 | CB | 1 | 54 | 0 | 14 | 12B | 48 | 2E |
| Octal | 310 | 41 | 313 | 1 | 124 | 0 | 24 | 453 | 110 | 56 |
| Binary | 11001000 | 100001 | 11001011 | 1 | 1010100 | 0 | 10100 | 100101011 | 1001000 | 101110 |
Color Harmonies of #C821CB
Complementary color
Monochromatic Colors of #C821CB
Black with #C821CB
Text Example
Text Example
White with #C821CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C821CB; }
p { color: rgb(200,33,203); }
H1.HeaderClassName
{
color: #C821CB;
}
.AnyTagClassName
{
color: #C821CB;
}
</style>
background-color css
<style>
a { background-color: #C821CB; }
a { background-color: rgb(200,33,203); }
div.DivClassName
{
background-color: #C821CB;
}
.BgClassName
{
background-color: #C821CB;
}
</style>
border-color css
<style>
span { border-color: #C821CB; }
span { border-color: rgb(200,33,203); }
td.TdClassName
{
border-color: #C821CB;
}
.TagClassName
{
border-color: #C821CB;
}
</style>