Shades of Deep Magenta #C828B6
Tints of Deep Magenta #C828B6
RGB
CMYK
RGB Variations
Color information
#C828B6 (or 0xC828B6) is known color: Deep Magenta. HEX triplet: C8, 28 and B6. RGB value is (200,40,182). Sum of RGB (Red+Green+Blue) = 200+40+182=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 40 (16.02% from 255 or 9.48% from 422); Blue value is 182 (71.48% from 255 or 43.13% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C828B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C828B6 is #37D749. Grayscale: #676767. Windows color (decimal): -3659594 or 11937992. OLE color: 11937992.
HSL color Cylindrical-coordinate representation of color #C828B6: hue angle of 306.75º 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 #C828B6 is Cyan = 0, Magento = 0.8, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 182 | - |
| CMYK | 0 | 0.8 | 0.09 | 0.22 |
| HSL | 306.75º | 0.67% | 0.47% | - |
| HSV(B) | 306.75º | 0.8% | 0.78% | - |
| XYZ | 33.02 | 17.17 | 45.83 | - |
| YUV | 104.03 | 172.01 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 182 | 0 | 0.8 | 0.09 | 0.22 | 306.75 | 0.67 | 0.47 |
| Hex | C8 | 28 | B6 | 0 | 50 | 9 | 16 | 133 | 43 | 2F |
| Octal | 310 | 50 | 266 | 0 | 120 | 11 | 26 | 463 | 103 | 57 |
| Binary | 11001000 | 101000 | 10110110 | 0 | 1010000 | 1001 | 10110 | 100110011 | 1000011 | 101111 |
Color Harmonies of #C828B6
Complementary color
Monochromatic Colors of #C828B6
Black with #C828B6
Text Example
Text Example
White with #C828B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C828B6; }
p { color: rgb(200,40,182); }
H1.HeaderClassName
{
color: #C828B6;
}
.AnyTagClassName
{
color: #C828B6;
}
</style>
background-color css
<style>
a { background-color: #C828B6; }
a { background-color: rgb(200,40,182); }
div.DivClassName
{
background-color: #C828B6;
}
.BgClassName
{
background-color: #C828B6;
}
</style>
border-color css
<style>
span { border-color: #C828B6; }
span { border-color: rgb(200,40,182); }
td.TdClassName
{
border-color: #C828B6;
}
.TagClassName
{
border-color: #C828B6;
}
</style>