Shades of Deep Magenta #C812B7
Tints of Deep Magenta #C812B7
RGB
CMYK
RGB Variations
Color information
#C812B7 (or 0xC812B7) is known color: Deep Magenta. HEX triplet: C8, 12 and B7. RGB value is (200,18,183). Sum of RGB (Red+Green+Blue) = 200+18+183=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 183 (71.88% from 255 or 45.64% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C812B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C812B7 is #37ED48. Grayscale: #5A5A5A. Windows color (decimal): -3665225 or 11997896. OLE color: 11997896.
HSL color Cylindrical-coordinate representation of color #C812B7: hue angle of 305.6º 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 #C812B7 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 183 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.22 |
| HSL | 305.6º | 0.83% | 0.43% | - |
| HSV(B) | 305.6º | 0.91% | 0.78% | - |
| XYZ | 32.58 | 16.13 | 46.2 | - |
| YUV | 91.23 | 179.8 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 183 | 0 | 0.91 | 0.08 | 0.22 | 305.6 | 0.83 | 0.43 |
| Hex | C8 | 12 | B7 | 0 | 5B | 8 | 16 | 132 | 53 | 2B |
| Octal | 310 | 22 | 267 | 0 | 133 | 10 | 26 | 462 | 123 | 53 |
| Binary | 11001000 | 10010 | 10110111 | 0 | 1011011 | 1000 | 10110 | 100110010 | 1010011 | 101011 |
Color Harmonies of #C812B7
Complementary color
Monochromatic Colors of #C812B7
Black with #C812B7
Text Example
Text Example
White with #C812B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C812B7; }
p { color: rgb(200,18,183); }
H1.HeaderClassName
{
color: #C812B7;
}
.AnyTagClassName
{
color: #C812B7;
}
</style>
background-color css
<style>
a { background-color: #C812B7; }
a { background-color: rgb(200,18,183); }
div.DivClassName
{
background-color: #C812B7;
}
.BgClassName
{
background-color: #C812B7;
}
</style>
border-color css
<style>
span { border-color: #C812B7; }
span { border-color: rgb(200,18,183); }
td.TdClassName
{
border-color: #C812B7;
}
.TagClassName
{
border-color: #C812B7;
}
</style>