Shades of Deep Magenta #C828CB
Tints of Deep Magenta #C828CB
RGB
CMYK
RGB Variations
Color information
#C828CB (or 0xC828CB) is known color: Deep Magenta. HEX triplet: C8, 28 and CB. RGB value is (200,40,203). Sum of RGB (Red+Green+Blue) = 200+40+203=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #C828CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C828CB is #37D734. Grayscale: #696969. Windows color (decimal): -3659573 or 13314248. OLE color: 13314248.
HSL color Cylindrical-coordinate representation of color #C828CB: hue angle of 298.9º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C828CB is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 40 | 203 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.20 |
| HSL | 298.9º | 0.67% | 0.48% | - |
| HSV(B) | 298.9º | 0.8% | 0.8% | - |
| XYZ | 35.36 | 18.11 | 58.13 | - |
| YUV | 106.42 | 182.51 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 203 | 0.01 | 0.80 | 0 | 0.20 | 298.9 | 0.67 | 0.48 |
| Hex | C8 | 28 | CB | 1 | 50 | 0 | 14 | 12B | 43 | 30 |
| Octal | 310 | 50 | 313 | 1 | 120 | 0 | 24 | 453 | 103 | 60 |
| Binary | 11001000 | 101000 | 11001011 | 1 | 1010000 | 0 | 10100 | 100101011 | 1000011 | 110000 |
Color Harmonies of #C828CB
Complementary color
Monochromatic Colors of #C828CB
Black with #C828CB
Text Example
Text Example
White with #C828CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C828CB; }
p { color: rgb(200,40,203); }
H1.HeaderClassName
{
color: #C828CB;
}
.AnyTagClassName
{
color: #C828CB;
}
</style>
background-color css
<style>
a { background-color: #C828CB; }
a { background-color: rgb(200,40,203); }
div.DivClassName
{
background-color: #C828CB;
}
.BgClassName
{
background-color: #C828CB;
}
</style>
border-color css
<style>
span { border-color: #C828CB; }
span { border-color: rgb(200,40,203); }
td.TdClassName
{
border-color: #C828CB;
}
.TagClassName
{
border-color: #C828CB;
}
</style>