Shades of Deep Magenta #C828C1
Tints of Deep Magenta #C828C1
RGB
CMYK
RGB Variations
Color information
#C828C1 (or 0xC828C1) is known color: Deep Magenta. HEX triplet: C8, 28 and C1. RGB value is (200,40,193). Sum of RGB (Red+Green+Blue) = 200+40+193=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C828C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C828C1 is #37D73E. Grayscale: #686868. Windows color (decimal): -3659583 or 12658888. OLE color: 12658888.
HSL color Cylindrical-coordinate representation of color #C828C1: hue angle of 302.62º 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 #C828C1 is Cyan = 0, Magento = 0.8, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 193 | - |
| CMYK | 0 | 0.8 | 0.04 | 0.22 |
| HSL | 302.63º | 0.67% | 0.47% | - |
| HSV(B) | 302.63º | 0.8% | 0.78% | - |
| XYZ | 34.2 | 17.65 | 52.06 | - |
| YUV | 105.28 | 177.51 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 193 | 0 | 0.8 | 0.04 | 0.22 | 302.63 | 0.67 | 0.47 |
| Hex | C8 | 28 | C1 | 0 | 50 | 4 | 16 | 12F | 43 | 2F |
| Octal | 310 | 50 | 301 | 0 | 120 | 4 | 26 | 457 | 103 | 57 |
| Binary | 11001000 | 101000 | 11000001 | 0 | 1010000 | 100 | 10110 | 100101111 | 1000011 | 101111 |
Color Harmonies of #C828C1
Complementary color
Monochromatic Colors of #C828C1
Black with #C828C1
Text Example
Text Example
White with #C828C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C828C1; }
p { color: rgb(200,40,193); }
H1.HeaderClassName
{
color: #C828C1;
}
.AnyTagClassName
{
color: #C828C1;
}
</style>
background-color css
<style>
a { background-color: #C828C1; }
a { background-color: rgb(200,40,193); }
div.DivClassName
{
background-color: #C828C1;
}
.BgClassName
{
background-color: #C828C1;
}
</style>
border-color css
<style>
span { border-color: #C828C1; }
span { border-color: rgb(200,40,193); }
td.TdClassName
{
border-color: #C828C1;
}
.TagClassName
{
border-color: #C828C1;
}
</style>