Shades of Deep Magenta #C812B6
Tints of Deep Magenta #C812B6
RGB
CMYK
RGB Variations
Color information
#C812B6 (or 0xC812B6) is known color: Deep Magenta. HEX triplet: C8, 12 and B6. RGB value is (200,18,182). Sum of RGB (Red+Green+Blue) = 200+18+182=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 182 (71.48% from 255 or 45.5% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C812B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C812B6 is #37ED49. Grayscale: #5A5A5A. Windows color (decimal): -3665226 or 11932360. OLE color: 11932360.
HSL color Cylindrical-coordinate representation of color #C812B6: hue angle of 305.93º 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 #C812B6 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 182 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.22 |
| HSL | 305.93º | 0.83% | 0.43% | - |
| HSV(B) | 305.93º | 0.91% | 0.78% | - |
| XYZ | 32.48 | 16.09 | 45.65 | - |
| YUV | 91.11 | 179.3 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 182 | 0 | 0.91 | 0.09 | 0.22 | 305.93 | 0.83 | 0.43 |
| Hex | C8 | 12 | B6 | 0 | 5B | 9 | 16 | 132 | 53 | 2B |
| Octal | 310 | 22 | 266 | 0 | 133 | 11 | 26 | 462 | 123 | 53 |
| Binary | 11001000 | 10010 | 10110110 | 0 | 1011011 | 1001 | 10110 | 100110010 | 1010011 | 101011 |
Color Harmonies of #C812B6
Complementary color
Monochromatic Colors of #C812B6
Black with #C812B6
Text Example
Text Example
White with #C812B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C812B6; }
p { color: rgb(200,18,182); }
H1.HeaderClassName
{
color: #C812B6;
}
.AnyTagClassName
{
color: #C812B6;
}
</style>
background-color css
<style>
a { background-color: #C812B6; }
a { background-color: rgb(200,18,182); }
div.DivClassName
{
background-color: #C812B6;
}
.BgClassName
{
background-color: #C812B6;
}
</style>
border-color css
<style>
span { border-color: #C812B6; }
span { border-color: rgb(200,18,182); }
td.TdClassName
{
border-color: #C812B6;
}
.TagClassName
{
border-color: #C812B6;
}
</style>