Shades of Deep Magenta #C80CC1
Tints of Deep Magenta #C80CC1
RGB
CMYK
RGB Variations
Color information
#C80CC1 (or 0xC80CC1) is known color: Deep Magenta. HEX triplet: C8, 0C and C1. RGB value is (200,12,193). Sum of RGB (Red+Green+Blue) = 200+12+193=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C80CC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80CC1 is #37F33E. Grayscale: #585858. Windows color (decimal): -3666751 or 12651720. OLE color: 12651720.
HSL color Cylindrical-coordinate representation of color #C80CC1: hue angle of 302.23º 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 #C80CC1 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 12 | 193 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.22 |
| HSL | 302.23º | 0.89% | 0.42% | - |
| HSV(B) | 302.23º | 0.94% | 0.78% | - |
| XYZ | 33.58 | 16.39 | 51.85 | - |
| YUV | 88.85 | 186.78 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 193 | 0 | 0.94 | 0.04 | 0.22 | 302.23 | 0.89 | 0.42 |
| Hex | C8 | C | C1 | 0 | 5E | 4 | 16 | 12E | 59 | 2A |
| Octal | 310 | 14 | 301 | 0 | 136 | 4 | 26 | 456 | 131 | 52 |
| Binary | 11001000 | 1100 | 11000001 | 0 | 1011110 | 100 | 10110 | 100101110 | 1011001 | 101010 |
Color Harmonies of #C80CC1
Complementary color
Monochromatic Colors of #C80CC1
Black with #C80CC1
Text Example
Text Example
White with #C80CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80CC1; }
p { color: rgb(200,12,193); }
H1.HeaderClassName
{
color: #C80CC1;
}
.AnyTagClassName
{
color: #C80CC1;
}
</style>
background-color css
<style>
a { background-color: #C80CC1; }
a { background-color: rgb(200,12,193); }
div.DivClassName
{
background-color: #C80CC1;
}
.BgClassName
{
background-color: #C80CC1;
}
</style>
border-color css
<style>
span { border-color: #C80CC1; }
span { border-color: rgb(200,12,193); }
td.TdClassName
{
border-color: #C80CC1;
}
.TagClassName
{
border-color: #C80CC1;
}
</style>