Shades of Deep Magenta #C812BA
Tints of Deep Magenta #C812BA
RGB
CMYK
RGB Variations
Color information
#C812BA (or 0xC812BA) is known color: Deep Magenta. HEX triplet: C8, 12 and BA. RGB value is (200,18,186). Sum of RGB (Red+Green+Blue) = 200+18+186=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 18 (7.42% from 255 or 4.46% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C812BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C812BA is #37ED45. Grayscale: #5B5B5B. Windows color (decimal): -3665222 or 12194504. OLE color: 12194504.
HSL color Cylindrical-coordinate representation of color #C812BA: hue angle of 304.62º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C812BA is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 186 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.22 |
| HSL | 304.62º | 0.83% | 0.43% | - |
| HSV(B) | 304.62º | 0.91% | 0.78% | - |
| XYZ | 32.9 | 16.26 | 47.86 | - |
| YUV | 91.57 | 181.3 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 186 | 0 | 0.91 | 0.07 | 0.22 | 304.62 | 0.83 | 0.43 |
| Hex | C8 | 12 | BA | 0 | 5B | 7 | 16 | 131 | 53 | 2B |
| Octal | 310 | 22 | 272 | 0 | 133 | 7 | 26 | 461 | 123 | 53 |
| Binary | 11001000 | 10010 | 10111010 | 0 | 1011011 | 111 | 10110 | 100110001 | 1010011 | 101011 |
Color Harmonies of #C812BA
Complementary color
Monochromatic Colors of #C812BA
Black with #C812BA
Text Example
Text Example
White with #C812BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C812BA; }
p { color: rgb(200,18,186); }
H1.HeaderClassName
{
color: #C812BA;
}
.AnyTagClassName
{
color: #C812BA;
}
</style>
background-color css
<style>
a { background-color: #C812BA; }
a { background-color: rgb(200,18,186); }
div.DivClassName
{
background-color: #C812BA;
}
.BgClassName
{
background-color: #C812BA;
}
</style>
border-color css
<style>
span { border-color: #C812BA; }
span { border-color: rgb(200,18,186); }
td.TdClassName
{
border-color: #C812BA;
}
.TagClassName
{
border-color: #C812BA;
}
</style>