Shades of Deep Magenta #C828C8
Tints of Deep Magenta #C828C8
RGB
CMYK
RGB Variations
Color information
#C828C8 (or 0xC828C8) is known color: Deep Magenta. HEX triplet: C8, 28 and C8. RGB value is (200,40,200). Sum of RGB (Red+Green+Blue) = 200+40+200=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 200 - color contains mainly: red, blue. Hex color #C828C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C828C8 is #37D737. Grayscale: #696969. Windows color (decimal): -3659576 or 13117640. OLE color: 13117640.
HSL color Cylindrical-coordinate representation of color #C828C8: hue angle of 300º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C828C8 is Cyan = 0, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 200 | - |
| CMYK | 0 | 0.8 | 0 | 0.22 |
| HSL | 300º | 0.67% | 0.47% | - |
| HSV(B) | 300º | 0.8% | 0.78% | - |
| XYZ | 35 | 17.97 | 56.27 | - |
| YUV | 106.08 | 181.01 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 200 | 0 | 0.8 | 0 | 0.22 | 300 | 0.67 | 0.47 |
| Hex | C8 | 28 | C8 | 0 | 50 | 0 | 16 | 12C | 43 | 2F |
| Octal | 310 | 50 | 310 | 0 | 120 | 0 | 26 | 454 | 103 | 57 |
| Binary | 11001000 | 101000 | 11001000 | 0 | 1010000 | 0 | 10110 | 100101100 | 1000011 | 101111 |
Color Harmonies of #C828C8
Complementary color
Monochromatic Colors of #C828C8
Black with #C828C8
Text Example
Text Example
White with #C828C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C828C8; }
p { color: rgb(200,40,200); }
H1.HeaderClassName
{
color: #C828C8;
}
.AnyTagClassName
{
color: #C828C8;
}
</style>
background-color css
<style>
a { background-color: #C828C8; }
a { background-color: rgb(200,40,200); }
div.DivClassName
{
background-color: #C828C8;
}
.BgClassName
{
background-color: #C828C8;
}
</style>
border-color css
<style>
span { border-color: #C828C8; }
span { border-color: rgb(200,40,200); }
td.TdClassName
{
border-color: #C828C8;
}
.TagClassName
{
border-color: #C828C8;
}
</style>