Shades of Deep Magenta #C81BC9
Tints of Deep Magenta #C81BC9
RGB
CMYK
RGB Variations
Color information
#C81BC9 (or 0xC81BC9) is known color: Deep Magenta. HEX triplet: C8, 1B and C9. RGB value is (200,27,201). Sum of RGB (Red+Green+Blue) = 200+27+201=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 27 (10.94% from 255 or 6.31% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 201 - color contains mainly: blue. Hex color #C81BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81BC9 is #37E436. Grayscale: #626262. Windows color (decimal): -3662903 or 13179848. OLE color: 13179848.
HSL color Cylindrical-coordinate representation of color #C81BC9: hue angle of 299.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81BC9 is Cyan = 0.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 27 | 201 | - |
| CMYK | 0.00 | 0.87 | 0 | 0.21 |
| HSL | 299.66º | 0.76% | 0.45% | - |
| HSV(B) | 299.66º | 0.87% | 0.79% | - |
| XYZ | 34.75 | 17.28 | 56.76 | - |
| YUV | 98.56 | 185.81 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 27 | 201 | 0.00 | 0.87 | 0 | 0.21 | 299.66 | 0.76 | 0.45 |
| Hex | C8 | 1B | C9 | 0 | 57 | 0 | 15 | 12C | 4C | 2D |
| Octal | 310 | 33 | 311 | 0 | 127 | 0 | 25 | 454 | 114 | 55 |
| Binary | 11001000 | 11011 | 11001001 | 0 | 1010111 | 0 | 10101 | 100101100 | 1001100 | 101101 |
Color Harmonies of #C81BC9
Complementary color
Monochromatic Colors of #C81BC9
Black with #C81BC9
Text Example
Text Example
White with #C81BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81BC9; }
p { color: rgb(200,27,201); }
H1.HeaderClassName
{
color: #C81BC9;
}
.AnyTagClassName
{
color: #C81BC9;
}
</style>
background-color css
<style>
a { background-color: #C81BC9; }
a { background-color: rgb(200,27,201); }
div.DivClassName
{
background-color: #C81BC9;
}
.BgClassName
{
background-color: #C81BC9;
}
</style>
border-color css
<style>
span { border-color: #C81BC9; }
span { border-color: rgb(200,27,201); }
td.TdClassName
{
border-color: #C81BC9;
}
.TagClassName
{
border-color: #C81BC9;
}
</style>