Shades of Deep Magenta #C81BCE
Tints of Deep Magenta #C81BCE
RGB
CMYK
RGB Variations
Color information
#C81BCE (or 0xC81BCE) is known color: Deep Magenta. HEX triplet: C8, 1B and CE. RGB value is (200,27,206). Sum of RGB (Red+Green+Blue) = 200+27+206=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #C81BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81BCE is #37E431. Grayscale: #626262. Windows color (decimal): -3662898 or 13507528. OLE color: 13507528.
HSL color Cylindrical-coordinate representation of color #C81BCE: hue angle of 297.99º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81BCE is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 27 | 206 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.19 |
| HSL | 297.99º | 0.77% | 0.46% | - |
| HSV(B) | 297.99º | 0.87% | 0.81% | - |
| XYZ | 35.35 | 17.52 | 59.91 | - |
| YUV | 99.13 | 188.31 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 27 | 206 | 0.03 | 0.87 | 0 | 0.19 | 297.99 | 0.77 | 0.46 |
| Hex | C8 | 1B | CE | 3 | 57 | 0 | 13 | 12A | 4D | 2E |
| Octal | 310 | 33 | 316 | 3 | 127 | 0 | 23 | 452 | 115 | 56 |
| Binary | 11001000 | 11011 | 11001110 | 11 | 1010111 | 0 | 10011 | 100101010 | 1001101 | 101110 |
Color Harmonies of #C81BCE
Complementary color
Monochromatic Colors of #C81BCE
Black with #C81BCE
Text Example
Text Example
White with #C81BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81BCE; }
p { color: rgb(200,27,206); }
H1.HeaderClassName
{
color: #C81BCE;
}
.AnyTagClassName
{
color: #C81BCE;
}
</style>
background-color css
<style>
a { background-color: #C81BCE; }
a { background-color: rgb(200,27,206); }
div.DivClassName
{
background-color: #C81BCE;
}
.BgClassName
{
background-color: #C81BCE;
}
</style>
border-color css
<style>
span { border-color: #C81BCE; }
span { border-color: rgb(200,27,206); }
td.TdClassName
{
border-color: #C81BCE;
}
.TagClassName
{
border-color: #C81BCE;
}
</style>