Shades of Deep Magenta #C81FB0
Tints of Deep Magenta #C81FB0
RGB
CMYK
RGB Variations
Color information
#C81FB0 (or 0xC81FB0) is known color: Deep Magenta. HEX triplet: C8, 1F and B0. RGB value is (200,31,176). Sum of RGB (Red+Green+Blue) = 200+31+176=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 176 (69.14% from 255 or 43.24% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C81FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81FB0 is #37E04F. Grayscale: #616161. Windows color (decimal): -3661904 or 11542472. OLE color: 11542472.
HSL color Cylindrical-coordinate representation of color #C81FB0: hue angle of 308.52º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81FB0 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 31 | 176 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.22 |
| HSL | 308.52º | 0.73% | 0.45% | - |
| HSV(B) | 308.52º | 0.85% | 0.78% | - |
| XYZ | 32.15 | 16.39 | 42.54 | - |
| YUV | 98.06 | 171.99 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 176 | 0 | 0.84 | 0.12 | 0.22 | 308.52 | 0.73 | 0.45 |
| Hex | C8 | 1F | B0 | 0 | 54 | C | 16 | 135 | 49 | 2D |
| Octal | 310 | 37 | 260 | 0 | 124 | 14 | 26 | 465 | 111 | 55 |
| Binary | 11001000 | 11111 | 10110000 | 0 | 1010100 | 1100 | 10110 | 100110101 | 1001001 | 101101 |
Color Harmonies of #C81FB0
Complementary color
Monochromatic Colors of #C81FB0
Black with #C81FB0
Text Example
Text Example
White with #C81FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81FB0; }
p { color: rgb(200,31,176); }
H1.HeaderClassName
{
color: #C81FB0;
}
.AnyTagClassName
{
color: #C81FB0;
}
</style>
background-color css
<style>
a { background-color: #C81FB0; }
a { background-color: rgb(200,31,176); }
div.DivClassName
{
background-color: #C81FB0;
}
.BgClassName
{
background-color: #C81FB0;
}
</style>
border-color css
<style>
span { border-color: #C81FB0; }
span { border-color: rgb(200,31,176); }
td.TdClassName
{
border-color: #C81FB0;
}
.TagClassName
{
border-color: #C81FB0;
}
</style>