Shades of Deep Magenta #C81AB4
Tints of Deep Magenta #C81AB4
RGB
CMYK
RGB Variations
Color information
#C81AB4 (or 0xC81AB4) is known color: Deep Magenta. HEX triplet: C8, 1A and B4. RGB value is (200,26,180). Sum of RGB (Red+Green+Blue) = 200+26+180=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C81AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81AB4 is #37E54B. Grayscale: #5F5F5F. Windows color (decimal): -3663180 or 11803336. OLE color: 11803336.
HSL color Cylindrical-coordinate representation of color #C81AB4: hue angle of 306.9º 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 #C81AB4 is Cyan = 0, Magento = 0.87, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 26 | 180 | - |
| CMYK | 0 | 0.87 | 0.1 | 0.22 |
| HSL | 306.9º | 0.77% | 0.44% | - |
| HSV(B) | 306.9º | 0.87% | 0.78% | - |
| XYZ | 32.43 | 16.31 | 44.62 | - |
| YUV | 95.58 | 175.65 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 180 | 0 | 0.87 | 0.1 | 0.22 | 306.9 | 0.77 | 0.44 |
| Hex | C8 | 1A | B4 | 0 | 57 | A | 16 | 133 | 4D | 2C |
| Octal | 310 | 32 | 264 | 0 | 127 | 12 | 26 | 463 | 115 | 54 |
| Binary | 11001000 | 11010 | 10110100 | 0 | 1010111 | 1010 | 10110 | 100110011 | 1001101 | 101100 |
Color Harmonies of #C81AB4
Complementary color
Monochromatic Colors of #C81AB4
Black with #C81AB4
Text Example
Text Example
White with #C81AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81AB4; }
p { color: rgb(200,26,180); }
H1.HeaderClassName
{
color: #C81AB4;
}
.AnyTagClassName
{
color: #C81AB4;
}
</style>
background-color css
<style>
a { background-color: #C81AB4; }
a { background-color: rgb(200,26,180); }
div.DivClassName
{
background-color: #C81AB4;
}
.BgClassName
{
background-color: #C81AB4;
}
</style>
border-color css
<style>
span { border-color: #C81AB4; }
span { border-color: rgb(200,26,180); }
td.TdClassName
{
border-color: #C81AB4;
}
.TagClassName
{
border-color: #C81AB4;
}
</style>