Shades of Deep Magenta #C81AB2
Tints of Deep Magenta #C81AB2
RGB
CMYK
RGB Variations
Color information
#C81AB2 (or 0xC81AB2) is known color: Deep Magenta. HEX triplet: C8, 1A and B2. RGB value is (200,26,178). Sum of RGB (Red+Green+Blue) = 200+26+178=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C81AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81AB2 is #37E54D. Grayscale: #5E5E5E. Windows color (decimal): -3663182 or 11672264. OLE color: 11672264.
HSL color Cylindrical-coordinate representation of color #C81AB2: hue angle of 307.59º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81AB2 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 26 | 178 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.22 |
| HSL | 307.59º | 0.77% | 0.44% | - |
| HSV(B) | 307.59º | 0.87% | 0.78% | - |
| XYZ | 32.22 | 16.23 | 43.55 | - |
| YUV | 95.35 | 174.65 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 178 | 0 | 0.87 | 0.11 | 0.22 | 307.59 | 0.77 | 0.44 |
| Hex | C8 | 1A | B2 | 0 | 57 | B | 16 | 134 | 4D | 2C |
| Octal | 310 | 32 | 262 | 0 | 127 | 13 | 26 | 464 | 115 | 54 |
| Binary | 11001000 | 11010 | 10110010 | 0 | 1010111 | 1011 | 10110 | 100110100 | 1001101 | 101100 |
Color Harmonies of #C81AB2
Complementary color
Monochromatic Colors of #C81AB2
Black with #C81AB2
Text Example
Text Example
White with #C81AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81AB2; }
p { color: rgb(200,26,178); }
H1.HeaderClassName
{
color: #C81AB2;
}
.AnyTagClassName
{
color: #C81AB2;
}
</style>
background-color css
<style>
a { background-color: #C81AB2; }
a { background-color: rgb(200,26,178); }
div.DivClassName
{
background-color: #C81AB2;
}
.BgClassName
{
background-color: #C81AB2;
}
</style>
border-color css
<style>
span { border-color: #C81AB2; }
span { border-color: rgb(200,26,178); }
td.TdClassName
{
border-color: #C81AB2;
}
.TagClassName
{
border-color: #C81AB2;
}
</style>