Shades of Deep Magenta #C80AB4
Tints of Deep Magenta #C80AB4
RGB
CMYK
RGB Variations
Color information
#C80AB4 (or 0xC80AB4) is known color: Deep Magenta. HEX triplet: C8, 0A and B4. RGB value is (200,10,180). Sum of RGB (Red+Green+Blue) = 200+10+180=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C80AB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80AB4 is #37F54B. Grayscale: #555555. Windows color (decimal): -3667276 or 11799240. OLE color: 11799240.
HSL color Cylindrical-coordinate representation of color #C80AB4: hue angle of 306.32º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80AB4 is Cyan = 0, Magento = 0.95, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 180 | - |
| CMYK | 0 | 0.95 | 0.1 | 0.22 |
| HSL | 306.32º | 0.9% | 0.41% | - |
| HSV(B) | 306.32º | 0.95% | 0.78% | - |
| XYZ | 32.17 | 15.79 | 44.53 | - |
| YUV | 86.19 | 180.95 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 180 | 0 | 0.95 | 0.1 | 0.22 | 306.32 | 0.9 | 0.41 |
| Hex | C8 | A | B4 | 0 | 5F | A | 16 | 132 | 5A | 29 |
| Octal | 310 | 12 | 264 | 0 | 137 | 12 | 26 | 462 | 132 | 51 |
| Binary | 11001000 | 1010 | 10110100 | 0 | 1011111 | 1010 | 10110 | 100110010 | 1011010 | 101001 |
Color Harmonies of #C80AB4
Complementary color
Monochromatic Colors of #C80AB4
Black with #C80AB4
Text Example
Text Example
White with #C80AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80AB4; }
p { color: rgb(200,10,180); }
H1.HeaderClassName
{
color: #C80AB4;
}
.AnyTagClassName
{
color: #C80AB4;
}
</style>
background-color css
<style>
a { background-color: #C80AB4; }
a { background-color: rgb(200,10,180); }
div.DivClassName
{
background-color: #C80AB4;
}
.BgClassName
{
background-color: #C80AB4;
}
</style>
border-color css
<style>
span { border-color: #C80AB4; }
span { border-color: rgb(200,10,180); }
td.TdClassName
{
border-color: #C80AB4;
}
.TagClassName
{
border-color: #C80AB4;
}
</style>