Shades of Deep Magenta #C81BCD
Tints of Deep Magenta #C81BCD
RGB
CMYK
RGB Variations
Color information
#C81BCD (or 0xC81BCD) is known color: Deep Magenta. HEX triplet: C8, 1B and CD. RGB value is (200,27,205). Sum of RGB (Red+Green+Blue) = 200+27+205=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 27 (10.94% from 255 or 6.25% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #C81BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81BCD is #37E432. Grayscale: #626262. Windows color (decimal): -3662899 or 13441992. OLE color: 13441992.
HSL color Cylindrical-coordinate representation of color #C81BCD: hue angle of 298.31º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81BCD is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 27 | 205 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.20 |
| HSL | 298.31º | 0.77% | 0.45% | - |
| HSV(B) | 298.31º | 0.87% | 0.8% | - |
| XYZ | 35.23 | 17.47 | 59.27 | - |
| YUV | 99.02 | 187.81 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 27 | 205 | 0.02 | 0.87 | 0 | 0.20 | 298.31 | 0.77 | 0.45 |
| Hex | C8 | 1B | CD | 2 | 57 | 0 | 14 | 12A | 4D | 2D |
| Octal | 310 | 33 | 315 | 2 | 127 | 0 | 24 | 452 | 115 | 55 |
| Binary | 11001000 | 11011 | 11001101 | 10 | 1010111 | 0 | 10100 | 100101010 | 1001101 | 101101 |
Color Harmonies of #C81BCD
Complementary color
Monochromatic Colors of #C81BCD
Black with #C81BCD
Text Example
Text Example
White with #C81BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81BCD; }
p { color: rgb(200,27,205); }
H1.HeaderClassName
{
color: #C81BCD;
}
.AnyTagClassName
{
color: #C81BCD;
}
</style>
background-color css
<style>
a { background-color: #C81BCD; }
a { background-color: rgb(200,27,205); }
div.DivClassName
{
background-color: #C81BCD;
}
.BgClassName
{
background-color: #C81BCD;
}
</style>
border-color css
<style>
span { border-color: #C81BCD; }
span { border-color: rgb(200,27,205); }
td.TdClassName
{
border-color: #C81BCD;
}
.TagClassName
{
border-color: #C81BCD;
}
</style>