Shades of Deep Magenta #C81FBB
Tints of Deep Magenta #C81FBB
RGB
CMYK
RGB Variations
Color information
#C81FBB (or 0xC81FBB) is known color: Deep Magenta. HEX triplet: C8, 1F and BB. RGB value is (200,31,187). Sum of RGB (Red+Green+Blue) = 200+31+187=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 31 (12.5% from 255 or 7.42% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C81FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81FBB is #37E044. Grayscale: #626262. Windows color (decimal): -3661893 or 12263368. OLE color: 12263368.
HSL color Cylindrical-coordinate representation of color #C81FBB: hue angle of 304.62º 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 #C81FBB is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 31 | 187 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.22 |
| HSL | 304.62º | 0.73% | 0.45% | - |
| HSV(B) | 304.62º | 0.85% | 0.78% | - |
| XYZ | 33.28 | 16.85 | 48.51 | - |
| YUV | 99.32 | 177.49 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 187 | 0 | 0.84 | 0.06 | 0.22 | 304.62 | 0.73 | 0.45 |
| Hex | C8 | 1F | BB | 0 | 54 | 6 | 16 | 131 | 49 | 2D |
| Octal | 310 | 37 | 273 | 0 | 124 | 6 | 26 | 461 | 111 | 55 |
| Binary | 11001000 | 11111 | 10111011 | 0 | 1010100 | 110 | 10110 | 100110001 | 1001001 | 101101 |
Color Harmonies of #C81FBB
Complementary color
Monochromatic Colors of #C81FBB
Black with #C81FBB
Text Example
Text Example
White with #C81FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81FBB; }
p { color: rgb(200,31,187); }
H1.HeaderClassName
{
color: #C81FBB;
}
.AnyTagClassName
{
color: #C81FBB;
}
</style>
background-color css
<style>
a { background-color: #C81FBB; }
a { background-color: rgb(200,31,187); }
div.DivClassName
{
background-color: #C81FBB;
}
.BgClassName
{
background-color: #C81FBB;
}
</style>
border-color css
<style>
span { border-color: #C81FBB; }
span { border-color: rgb(200,31,187); }
td.TdClassName
{
border-color: #C81FBB;
}
.TagClassName
{
border-color: #C81FBB;
}
</style>