Shades of Deep Magenta #C80BB5
Tints of Deep Magenta #C80BB5
RGB
CMYK
RGB Variations
Color information
#C80BB5 (or 0xC80BB5) is known color: Deep Magenta. HEX triplet: C8, 0B and B5. RGB value is (200,11,181). Sum of RGB (Red+Green+Blue) = 200+11+181=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C80BB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80BB5 is #37F44A. Grayscale: #565656. Windows color (decimal): -3667019 or 11865032. OLE color: 11865032.
HSL color Cylindrical-coordinate representation of color #C80BB5: hue angle of 306.03º 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 #C80BB5 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 11 | 181 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.22 |
| HSL | 306.03º | 0.9% | 0.41% | - |
| HSV(B) | 306.03º | 0.95% | 0.78% | - |
| XYZ | 32.28 | 15.85 | 45.08 | - |
| YUV | 86.89 | 181.12 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 181 | 0 | 0.94 | 0.09 | 0.22 | 306.03 | 0.9 | 0.41 |
| Hex | C8 | B | B5 | 0 | 5E | 9 | 16 | 132 | 5A | 29 |
| Octal | 310 | 13 | 265 | 0 | 136 | 11 | 26 | 462 | 132 | 51 |
| Binary | 11001000 | 1011 | 10110101 | 0 | 1011110 | 1001 | 10110 | 100110010 | 1011010 | 101001 |
Color Harmonies of #C80BB5
Complementary color
Monochromatic Colors of #C80BB5
Black with #C80BB5
Text Example
Text Example
White with #C80BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80BB5; }
p { color: rgb(200,11,181); }
H1.HeaderClassName
{
color: #C80BB5;
}
.AnyTagClassName
{
color: #C80BB5;
}
</style>
background-color css
<style>
a { background-color: #C80BB5; }
a { background-color: rgb(200,11,181); }
div.DivClassName
{
background-color: #C80BB5;
}
.BgClassName
{
background-color: #C80BB5;
}
</style>
border-color css
<style>
span { border-color: #C80BB5; }
span { border-color: rgb(200,11,181); }
td.TdClassName
{
border-color: #C80BB5;
}
.TagClassName
{
border-color: #C80BB5;
}
</style>