Shades of Deep Magenta #C80BB4
Tints of Deep Magenta #C80BB4
RGB
CMYK
RGB Variations
Color information
#C80BB4 (or 0xC80BB4) is known color: Deep Magenta. HEX triplet: C8, 0B and B4. RGB value is (200,11,180). Sum of RGB (Red+Green+Blue) = 200+11+180=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 11 (4.69% from 255 or 2.81% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C80BB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80BB4 is #37F44B. Grayscale: #565656. Windows color (decimal): -3667020 or 11799496. OLE color: 11799496.
HSL color Cylindrical-coordinate representation of color #C80BB4: hue angle of 306.35º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80BB4 is Cyan = 0, Magento = 0.94, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 11 | 180 | - |
| CMYK | 0 | 0.94 | 0.1 | 0.22 |
| HSL | 306.35º | 0.9% | 0.41% | - |
| HSV(B) | 306.35º | 0.95% | 0.78% | - |
| XYZ | 32.18 | 15.81 | 44.54 | - |
| YUV | 86.78 | 180.62 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 180 | 0 | 0.94 | 0.1 | 0.22 | 306.35 | 0.9 | 0.41 |
| Hex | C8 | B | B4 | 0 | 5E | A | 16 | 132 | 5A | 29 |
| Octal | 310 | 13 | 264 | 0 | 136 | 12 | 26 | 462 | 132 | 51 |
| Binary | 11001000 | 1011 | 10110100 | 0 | 1011110 | 1010 | 10110 | 100110010 | 1011010 | 101001 |
Color Harmonies of #C80BB4
Complementary color
Monochromatic Colors of #C80BB4
Black with #C80BB4
Text Example
Text Example
White with #C80BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80BB4; }
p { color: rgb(200,11,180); }
H1.HeaderClassName
{
color: #C80BB4;
}
.AnyTagClassName
{
color: #C80BB4;
}
</style>
background-color css
<style>
a { background-color: #C80BB4; }
a { background-color: rgb(200,11,180); }
div.DivClassName
{
background-color: #C80BB4;
}
.BgClassName
{
background-color: #C80BB4;
}
</style>
border-color css
<style>
span { border-color: #C80BB4; }
span { border-color: rgb(200,11,180); }
td.TdClassName
{
border-color: #C80BB4;
}
.TagClassName
{
border-color: #C80BB4;
}
</style>