Shades of Deep Magenta #C80FB4
Tints of Deep Magenta #C80FB4
RGB
CMYK
RGB Variations
Color information
#C80FB4 (or 0xC80FB4) is known color: Deep Magenta. HEX triplet: C8, 0F and B4. RGB value is (200,15,180). Sum of RGB (Red+Green+Blue) = 200+15+180=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 180 (70.70% from 255 or 45.57% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C80FB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80FB4 is #37F04B. Grayscale: #585858. Windows color (decimal): -3665996 or 11800520. OLE color: 11800520.
HSL color Cylindrical-coordinate representation of color #C80FB4: hue angle of 306.49º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80FB4 is Cyan = 0, Magento = 0.92, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 15 | 180 | - |
| CMYK | 0 | 0.92 | 0.1 | 0.22 |
| HSL | 306.49º | 0.86% | 0.42% | - |
| HSV(B) | 306.49º | 0.93% | 0.78% | - |
| XYZ | 32.23 | 15.92 | 44.55 | - |
| YUV | 89.13 | 179.29 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 180 | 0 | 0.92 | 0.1 | 0.22 | 306.49 | 0.86 | 0.42 |
| Hex | C8 | F | B4 | 0 | 5C | A | 16 | 132 | 56 | 2A |
| Octal | 310 | 17 | 264 | 0 | 134 | 12 | 26 | 462 | 126 | 52 |
| Binary | 11001000 | 1111 | 10110100 | 0 | 1011100 | 1010 | 10110 | 100110010 | 1010110 | 101010 |
Color Harmonies of #C80FB4
Complementary color
Monochromatic Colors of #C80FB4
Black with #C80FB4
Text Example
Text Example
White with #C80FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80FB4; }
p { color: rgb(200,15,180); }
H1.HeaderClassName
{
color: #C80FB4;
}
.AnyTagClassName
{
color: #C80FB4;
}
</style>
background-color css
<style>
a { background-color: #C80FB4; }
a { background-color: rgb(200,15,180); }
div.DivClassName
{
background-color: #C80FB4;
}
.BgClassName
{
background-color: #C80FB4;
}
</style>
border-color css
<style>
span { border-color: #C80FB4; }
span { border-color: rgb(200,15,180); }
td.TdClassName
{
border-color: #C80FB4;
}
.TagClassName
{
border-color: #C80FB4;
}
</style>