Shades of Deep Magenta #C80CD3
Tints of Deep Magenta #C80CD3
RGB
CMYK
RGB Variations
Color information
#C80CD3 (or 0xC80CD3) is known color: Deep Magenta. HEX triplet: C8, 0C and D3. RGB value is (200,12,211). Sum of RGB (Red+Green+Blue) = 200+12+211=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 211 (82.81% from 255 or 49.88% from 423); Max value from RGB is 211 - color contains mainly: blue. Hex color #C80CD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80CD3 is #37F32C. Grayscale: #5A5A5A. Windows color (decimal): -3666733 or 13831368. OLE color: 13831368.
HSL color Cylindrical-coordinate representation of color #C80CD3: hue angle of 296.68º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80CD3 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 12 | 211 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.17 |
| HSL | 296.68º | 0.89% | 0.44% | - |
| HSV(B) | 296.68º | 0.94% | 0.83% | - |
| XYZ | 35.71 | 17.25 | 63.07 | - |
| YUV | 90.9 | 195.78 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 211 | 0.05 | 0.94 | 0 | 0.17 | 296.68 | 0.89 | 0.44 |
| Hex | C8 | C | D3 | 5 | 5E | 0 | 11 | 129 | 59 | 2C |
| Octal | 310 | 14 | 323 | 5 | 136 | 0 | 21 | 451 | 131 | 54 |
| Binary | 11001000 | 1100 | 11010011 | 101 | 1011110 | 0 | 10001 | 100101001 | 1011001 | 101100 |
Color Harmonies of #C80CD3
Complementary color
Monochromatic Colors of #C80CD3
Black with #C80CD3
Text Example
Text Example
White with #C80CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80CD3; }
p { color: rgb(200,12,211); }
H1.HeaderClassName
{
color: #C80CD3;
}
.AnyTagClassName
{
color: #C80CD3;
}
</style>
background-color css
<style>
a { background-color: #C80CD3; }
a { background-color: rgb(200,12,211); }
div.DivClassName
{
background-color: #C80CD3;
}
.BgClassName
{
background-color: #C80CD3;
}
</style>
border-color css
<style>
span { border-color: #C80CD3; }
span { border-color: rgb(200,12,211); }
td.TdClassName
{
border-color: #C80CD3;
}
.TagClassName
{
border-color: #C80CD3;
}
</style>