Shades of Deep Magenta #C802B4
Tints of Deep Magenta #C802B4
RGB
CMYK
RGB Variations
Color information
#C802B4 (or 0xC802B4) is known color: Deep Magenta. HEX triplet: C8, 02 and B4. RGB value is (200,2,180). Sum of RGB (Red+Green+Blue) = 200+2+180=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C802B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C802B4 is #37FD4B. Grayscale: #505050. Windows color (decimal): -3669324 or 11797192. OLE color: 11797192.
HSL color Cylindrical-coordinate representation of color #C802B4: hue angle of 306.06º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C802B4 is Cyan = 0, Magento = 0.99, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 180 | - |
| CMYK | 0 | 0.99 | 0.1 | 0.22 |
| HSL | 306.06º | 0.98% | 0.4% | - |
| HSV(B) | 306.06º | 0.99% | 0.78% | - |
| XYZ | 32.08 | 15.62 | 44.5 | - |
| YUV | 81.49 | 183.6 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 180 | 0 | 0.99 | 0.1 | 0.22 | 306.06 | 0.98 | 0.4 |
| Hex | C8 | 2 | B4 | 0 | 63 | A | 16 | 132 | 62 | 28 |
| Octal | 310 | 2 | 264 | 0 | 143 | 12 | 26 | 462 | 142 | 50 |
| Binary | 11001000 | 10 | 10110100 | 0 | 1100011 | 1010 | 10110 | 100110010 | 1100010 | 101000 |
Color Harmonies of #C802B4
Complementary color
Monochromatic Colors of #C802B4
Black with #C802B4
Text Example
Text Example
White with #C802B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C802B4; }
p { color: rgb(200,2,180); }
H1.HeaderClassName
{
color: #C802B4;
}
.AnyTagClassName
{
color: #C802B4;
}
</style>
background-color css
<style>
a { background-color: #C802B4; }
a { background-color: rgb(200,2,180); }
div.DivClassName
{
background-color: #C802B4;
}
.BgClassName
{
background-color: #C802B4;
}
</style>
border-color css
<style>
span { border-color: #C802B4; }
span { border-color: rgb(200,2,180); }
td.TdClassName
{
border-color: #C802B4;
}
.TagClassName
{
border-color: #C802B4;
}
</style>