Shades of Deep Magenta #C80FB3
Tints of Deep Magenta #C80FB3
RGB
CMYK
RGB Variations
Color information
#C80FB3 (or 0xC80FB3) is known color: Deep Magenta. HEX triplet: C8, 0F and B3. RGB value is (200,15,179). Sum of RGB (Red+Green+Blue) = 200+15+179=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C80FB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80FB3 is #37F04C. Grayscale: #585858. Windows color (decimal): -3665997 or 11734984. OLE color: 11734984.
HSL color Cylindrical-coordinate representation of color #C80FB3: hue angle of 306.81º 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 #C80FB3 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 15 | 179 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.22 |
| HSL | 306.81º | 0.86% | 0.42% | - |
| HSV(B) | 306.81º | 0.93% | 0.78% | - |
| XYZ | 32.13 | 15.88 | 44.02 | - |
| YUV | 89.01 | 178.79 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 179 | 0 | 0.92 | 0.10 | 0.22 | 306.81 | 0.86 | 0.42 |
| Hex | C8 | F | B3 | 0 | 5C | A | 16 | 133 | 56 | 2A |
| Octal | 310 | 17 | 263 | 0 | 134 | 12 | 26 | 463 | 126 | 52 |
| Binary | 11001000 | 1111 | 10110011 | 0 | 1011100 | 1010 | 10110 | 100110011 | 1010110 | 101010 |
Color Harmonies of #C80FB3
Complementary color
Monochromatic Colors of #C80FB3
Black with #C80FB3
Text Example
Text Example
White with #C80FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80FB3; }
p { color: rgb(200,15,179); }
H1.HeaderClassName
{
color: #C80FB3;
}
.AnyTagClassName
{
color: #C80FB3;
}
</style>
background-color css
<style>
a { background-color: #C80FB3; }
a { background-color: rgb(200,15,179); }
div.DivClassName
{
background-color: #C80FB3;
}
.BgClassName
{
background-color: #C80FB3;
}
</style>
border-color css
<style>
span { border-color: #C80FB3; }
span { border-color: rgb(200,15,179); }
td.TdClassName
{
border-color: #C80FB3;
}
.TagClassName
{
border-color: #C80FB3;
}
</style>