Shades of Deep Magenta #C81ABF
Tints of Deep Magenta #C81ABF
RGB
CMYK
RGB Variations
Color information
#C81ABF (or 0xC81ABF) is known color: Deep Magenta. HEX triplet: C8, 1A and BF. RGB value is (200,26,191). Sum of RGB (Red+Green+Blue) = 200+26+191=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 26 (10.55% from 255 or 6.24% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C81ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81ABF is #37E540. Grayscale: #606060. Windows color (decimal): -3663169 or 12524232. OLE color: 12524232.
HSL color Cylindrical-coordinate representation of color #C81ABF: hue angle of 303.1º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81ABF is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 26 | 191 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.22 |
| HSL | 303.1º | 0.77% | 0.44% | - |
| HSV(B) | 303.1º | 0.87% | 0.78% | - |
| XYZ | 33.59 | 16.78 | 50.76 | - |
| YUV | 96.84 | 181.15 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 191 | 0 | 0.87 | 0.04 | 0.22 | 303.1 | 0.77 | 0.44 |
| Hex | C8 | 1A | BF | 0 | 57 | 4 | 16 | 12F | 4D | 2C |
| Octal | 310 | 32 | 277 | 0 | 127 | 4 | 26 | 457 | 115 | 54 |
| Binary | 11001000 | 11010 | 10111111 | 0 | 1010111 | 100 | 10110 | 100101111 | 1001101 | 101100 |
Color Harmonies of #C81ABF
Complementary color
Monochromatic Colors of #C81ABF
Black with #C81ABF
Text Example
Text Example
White with #C81ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81ABF; }
p { color: rgb(200,26,191); }
H1.HeaderClassName
{
color: #C81ABF;
}
.AnyTagClassName
{
color: #C81ABF;
}
</style>
background-color css
<style>
a { background-color: #C81ABF; }
a { background-color: rgb(200,26,191); }
div.DivClassName
{
background-color: #C81ABF;
}
.BgClassName
{
background-color: #C81ABF;
}
</style>
border-color css
<style>
span { border-color: #C81ABF; }
span { border-color: rgb(200,26,191); }
td.TdClassName
{
border-color: #C81ABF;
}
.TagClassName
{
border-color: #C81ABF;
}
</style>