Shades of Deep Magenta #C81BAD
Tints of Deep Magenta #C81BAD
RGB
CMYK
RGB Variations
Color information
#C81BAD (or 0xC81BAD) is known color: Deep Magenta. HEX triplet: C8, 1B and AD. RGB value is (200,27,173). Sum of RGB (Red+Green+Blue) = 200+27+173=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 27 (10.94% from 255 or 6.75% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C81BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81BAD is #37E452. Grayscale: #5E5E5E. Windows color (decimal): -3662931 or 11344840. OLE color: 11344840.
HSL color Cylindrical-coordinate representation of color #C81BAD: hue angle of 309.36º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81BAD is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 27 | 173 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.22 |
| HSL | 309.36º | 0.76% | 0.45% | - |
| HSV(B) | 309.36º | 0.87% | 0.78% | - |
| XYZ | 31.75 | 16.08 | 40.97 | - |
| YUV | 95.37 | 171.81 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 27 | 173 | 0 | 0.86 | 0.14 | 0.22 | 309.36 | 0.76 | 0.45 |
| Hex | C8 | 1B | AD | 0 | 56 | E | 16 | 135 | 4C | 2D |
| Octal | 310 | 33 | 255 | 0 | 126 | 16 | 26 | 465 | 114 | 55 |
| Binary | 11001000 | 11011 | 10101101 | 0 | 1010110 | 1110 | 10110 | 100110101 | 1001100 | 101101 |
Color Harmonies of #C81BAD
Complementary color
Monochromatic Colors of #C81BAD
Black with #C81BAD
Text Example
Text Example
White with #C81BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81BAD; }
p { color: rgb(200,27,173); }
H1.HeaderClassName
{
color: #C81BAD;
}
.AnyTagClassName
{
color: #C81BAD;
}
</style>
background-color css
<style>
a { background-color: #C81BAD; }
a { background-color: rgb(200,27,173); }
div.DivClassName
{
background-color: #C81BAD;
}
.BgClassName
{
background-color: #C81BAD;
}
</style>
border-color css
<style>
span { border-color: #C81BAD; }
span { border-color: rgb(200,27,173); }
td.TdClassName
{
border-color: #C81BAD;
}
.TagClassName
{
border-color: #C81BAD;
}
</style>