Shades of Deep Magenta #C80CB4
Tints of Deep Magenta #C80CB4
RGB
CMYK
RGB Variations
Color information
#C80CB4 (or 0xC80CB4) is known color: Deep Magenta. HEX triplet: C8, 0C and B4. RGB value is (200,12,180). Sum of RGB (Red+Green+Blue) = 200+12+180=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C80CB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80CB4 is #37F34B. Grayscale: #565656. Windows color (decimal): -3666764 or 11799752. OLE color: 11799752.
HSL color Cylindrical-coordinate representation of color #C80CB4: hue angle of 306.38º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80CB4 is Cyan = 0, Magento = 0.94, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 12 | 180 | - |
| CMYK | 0 | 0.94 | 0.1 | 0.22 |
| HSL | 306.38º | 0.89% | 0.42% | - |
| HSV(B) | 306.38º | 0.94% | 0.78% | - |
| XYZ | 32.19 | 15.84 | 44.54 | - |
| YUV | 87.36 | 180.28 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 180 | 0 | 0.94 | 0.1 | 0.22 | 306.38 | 0.89 | 0.42 |
| Hex | C8 | C | B4 | 0 | 5E | A | 16 | 132 | 59 | 2A |
| Octal | 310 | 14 | 264 | 0 | 136 | 12 | 26 | 462 | 131 | 52 |
| Binary | 11001000 | 1100 | 10110100 | 0 | 1011110 | 1010 | 10110 | 100110010 | 1011001 | 101010 |
Color Harmonies of #C80CB4
Complementary color
Monochromatic Colors of #C80CB4
Black with #C80CB4
Text Example
Text Example
White with #C80CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80CB4; }
p { color: rgb(200,12,180); }
H1.HeaderClassName
{
color: #C80CB4;
}
.AnyTagClassName
{
color: #C80CB4;
}
</style>
background-color css
<style>
a { background-color: #C80CB4; }
a { background-color: rgb(200,12,180); }
div.DivClassName
{
background-color: #C80CB4;
}
.BgClassName
{
background-color: #C80CB4;
}
</style>
border-color css
<style>
span { border-color: #C80CB4; }
span { border-color: rgb(200,12,180); }
td.TdClassName
{
border-color: #C80CB4;
}
.TagClassName
{
border-color: #C80CB4;
}
</style>