Shades of Deep Magenta #C828CC
Tints of Deep Magenta #C828CC
RGB
CMYK
RGB Variations
Color information
#C828CC (or 0xC828CC) is known color: Deep Magenta. HEX triplet: C8, 28 and CC. RGB value is (200,40,204). Sum of RGB (Red+Green+Blue) = 200+40+204=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #C828CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C828CC is #37D733. Grayscale: #6A6A6A. Windows color (decimal): -3659572 or 13379784. OLE color: 13379784.
HSL color Cylindrical-coordinate representation of color #C828CC: hue angle of 298.54º 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 #C828CC is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 40 | 204 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.2 |
| HSL | 298.54º | 0.67% | 0.48% | - |
| HSV(B) | 298.54º | 0.8% | 0.8% | - |
| XYZ | 35.48 | 18.16 | 58.76 | - |
| YUV | 106.54 | 183.01 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 204 | 0.02 | 0.80 | 0 | 0.2 | 298.54 | 0.67 | 0.48 |
| Hex | C8 | 28 | CC | 2 | 50 | 0 | 14 | 12B | 43 | 30 |
| Octal | 310 | 50 | 314 | 2 | 120 | 0 | 24 | 453 | 103 | 60 |
| Binary | 11001000 | 101000 | 11001100 | 10 | 1010000 | 0 | 10100 | 100101011 | 1000011 | 110000 |
Color Harmonies of #C828CC
Complementary color
Monochromatic Colors of #C828CC
Black with #C828CC
Text Example
Text Example
White with #C828CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C828CC; }
p { color: rgb(200,40,204); }
H1.HeaderClassName
{
color: #C828CC;
}
.AnyTagClassName
{
color: #C828CC;
}
</style>
background-color css
<style>
a { background-color: #C828CC; }
a { background-color: rgb(200,40,204); }
div.DivClassName
{
background-color: #C828CC;
}
.BgClassName
{
background-color: #C828CC;
}
</style>
border-color css
<style>
span { border-color: #C828CC; }
span { border-color: rgb(200,40,204); }
td.TdClassName
{
border-color: #C828CC;
}
.TagClassName
{
border-color: #C828CC;
}
</style>