Shades of Deep Magenta #C812BE
Tints of Deep Magenta #C812BE
RGB
CMYK
RGB Variations
Color information
#C812BE (or 0xC812BE) is known color: Deep Magenta. HEX triplet: C8, 12 and BE. RGB value is (200,18,190). Sum of RGB (Red+Green+Blue) = 200+18+190=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C812BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C812BE is #37ED41. Grayscale: #5B5B5B. Windows color (decimal): -3665218 or 12456648. OLE color: 12456648.
HSL color Cylindrical-coordinate representation of color #C812BE: hue angle of 303.3º 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 #C812BE is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 190 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.22 |
| HSL | 303.3º | 0.83% | 0.43% | - |
| HSV(B) | 303.3º | 0.91% | 0.78% | - |
| XYZ | 33.33 | 16.43 | 50.13 | - |
| YUV | 92.03 | 183.3 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 190 | 0 | 0.91 | 0.05 | 0.22 | 303.3 | 0.83 | 0.43 |
| Hex | C8 | 12 | BE | 0 | 5B | 5 | 16 | 12F | 53 | 2B |
| Octal | 310 | 22 | 276 | 0 | 133 | 5 | 26 | 457 | 123 | 53 |
| Binary | 11001000 | 10010 | 10111110 | 0 | 1011011 | 101 | 10110 | 100101111 | 1010011 | 101011 |
Color Harmonies of #C812BE
Complementary color
Monochromatic Colors of #C812BE
Black with #C812BE
Text Example
Text Example
White with #C812BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C812BE; }
p { color: rgb(200,18,190); }
H1.HeaderClassName
{
color: #C812BE;
}
.AnyTagClassName
{
color: #C812BE;
}
</style>
background-color css
<style>
a { background-color: #C812BE; }
a { background-color: rgb(200,18,190); }
div.DivClassName
{
background-color: #C812BE;
}
.BgClassName
{
background-color: #C812BE;
}
</style>
border-color css
<style>
span { border-color: #C812BE; }
span { border-color: rgb(200,18,190); }
td.TdClassName
{
border-color: #C812BE;
}
.TagClassName
{
border-color: #C812BE;
}
</style>