Shades of Deep Magenta #C82BCE
Tints of Deep Magenta #C82BCE
RGB
CMYK
RGB Variations
Color information
#C82BCE (or 0xC82BCE) is known color: Deep Magenta. HEX triplet: C8, 2B and CE. RGB value is (200,43,206). Sum of RGB (Red+Green+Blue) = 200+43+206=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 43 (17.19% from 255 or 9.58% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #C82BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82BCE is #37D431. Grayscale: #6C6C6C. Windows color (decimal): -3658802 or 13511624. OLE color: 13511624.
HSL color Cylindrical-coordinate representation of color #C82BCE: hue angle of 297.79º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82BCE is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 43 | 206 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.19 |
| HSL | 297.79º | 0.65% | 0.49% | - |
| HSV(B) | 297.79º | 0.79% | 0.81% | - |
| XYZ | 35.82 | 18.46 | 60.07 | - |
| YUV | 108.53 | 183.01 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 43 | 206 | 0.03 | 0.79 | 0 | 0.19 | 297.79 | 0.65 | 0.49 |
| Hex | C8 | 2B | CE | 3 | 4F | 0 | 13 | 12A | 41 | 31 |
| Octal | 310 | 53 | 316 | 3 | 117 | 0 | 23 | 452 | 101 | 61 |
| Binary | 11001000 | 101011 | 11001110 | 11 | 1001111 | 0 | 10011 | 100101010 | 1000001 | 110001 |
Color Harmonies of #C82BCE
Complementary color
Monochromatic Colors of #C82BCE
Black with #C82BCE
Text Example
Text Example
White with #C82BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82BCE; }
p { color: rgb(200,43,206); }
H1.HeaderClassName
{
color: #C82BCE;
}
.AnyTagClassName
{
color: #C82BCE;
}
</style>
background-color css
<style>
a { background-color: #C82BCE; }
a { background-color: rgb(200,43,206); }
div.DivClassName
{
background-color: #C82BCE;
}
.BgClassName
{
background-color: #C82BCE;
}
</style>
border-color css
<style>
span { border-color: #C82BCE; }
span { border-color: rgb(200,43,206); }
td.TdClassName
{
border-color: #C82BCE;
}
.TagClassName
{
border-color: #C82BCE;
}
</style>