Shades of Deep Magenta #C81BDE
Tints of Deep Magenta #C81BDE
RGB
CMYK
RGB Variations
Color information
#C81BDE (or 0xC81BDE) is known color: Deep Magenta. HEX triplet: C8, 1B and DE. RGB value is (200,27,222). Sum of RGB (Red+Green+Blue) = 200+27+222=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 27 (10.94% from 255 or 6.01% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #C81BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81BDE is #37E421. Grayscale: #646464. Windows color (decimal): -3662882 or 14556104. OLE color: 14556104.
HSL color Cylindrical-coordinate representation of color #C81BDE: hue angle of 293.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81BDE is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 27 | 222 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.13 |
| HSL | 293.23º | 0.78% | 0.49% | - |
| HSV(B) | 293.23º | 0.88% | 0.87% | - |
| XYZ | 37.4 | 18.34 | 70.68 | - |
| YUV | 100.96 | 196.31 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 27 | 222 | 0.10 | 0.88 | 0 | 0.13 | 293.23 | 0.78 | 0.49 |
| Hex | C8 | 1B | DE | A | 58 | 0 | D | 125 | 4E | 31 |
| Octal | 310 | 33 | 336 | 12 | 130 | 0 | 15 | 445 | 116 | 61 |
| Binary | 11001000 | 11011 | 11011110 | 1010 | 1011000 | 0 | 1101 | 100100101 | 1001110 | 110001 |
Color Harmonies of #C81BDE
Complementary color
Monochromatic Colors of #C81BDE
Black with #C81BDE
Text Example
Text Example
White with #C81BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81BDE; }
p { color: rgb(200,27,222); }
H1.HeaderClassName
{
color: #C81BDE;
}
.AnyTagClassName
{
color: #C81BDE;
}
</style>
background-color css
<style>
a { background-color: #C81BDE; }
a { background-color: rgb(200,27,222); }
div.DivClassName
{
background-color: #C81BDE;
}
.BgClassName
{
background-color: #C81BDE;
}
</style>
border-color css
<style>
span { border-color: #C81BDE; }
span { border-color: rgb(200,27,222); }
td.TdClassName
{
border-color: #C81BDE;
}
.TagClassName
{
border-color: #C81BDE;
}
</style>