Shades of Deep Magenta #C80FBD
Tints of Deep Magenta #C80FBD
RGB
CMYK
RGB Variations
Color information
#C80FBD (or 0xC80FBD) is known color: Deep Magenta. HEX triplet: C8, 0F and BD. RGB value is (200,15,189). Sum of RGB (Red+Green+Blue) = 200+15+189=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C80FBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80FBD is #37F042. Grayscale: #595959. Windows color (decimal): -3665987 or 12390344. OLE color: 12390344.
HSL color Cylindrical-coordinate representation of color #C80FBD: hue angle of 303.57º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80FBD is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 15 | 189 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.22 |
| HSL | 303.57º | 0.86% | 0.42% | - |
| HSV(B) | 303.57º | 0.93% | 0.78% | - |
| XYZ | 33.18 | 16.3 | 49.54 | - |
| YUV | 90.15 | 183.79 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 189 | 0 | 0.92 | 0.06 | 0.22 | 303.57 | 0.86 | 0.42 |
| Hex | C8 | F | BD | 0 | 5C | 6 | 16 | 130 | 56 | 2A |
| Octal | 310 | 17 | 275 | 0 | 134 | 6 | 26 | 460 | 126 | 52 |
| Binary | 11001000 | 1111 | 10111101 | 0 | 1011100 | 110 | 10110 | 100110000 | 1010110 | 101010 |
Color Harmonies of #C80FBD
Complementary color
Monochromatic Colors of #C80FBD
Black with #C80FBD
Text Example
Text Example
White with #C80FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80FBD; }
p { color: rgb(200,15,189); }
H1.HeaderClassName
{
color: #C80FBD;
}
.AnyTagClassName
{
color: #C80FBD;
}
</style>
background-color css
<style>
a { background-color: #C80FBD; }
a { background-color: rgb(200,15,189); }
div.DivClassName
{
background-color: #C80FBD;
}
.BgClassName
{
background-color: #C80FBD;
}
</style>
border-color css
<style>
span { border-color: #C80FBD; }
span { border-color: rgb(200,15,189); }
td.TdClassName
{
border-color: #C80FBD;
}
.TagClassName
{
border-color: #C80FBD;
}
</style>