Shades of Deep Magenta #C812BF
Tints of Deep Magenta #C812BF
RGB
CMYK
RGB Variations
Color information
#C812BF (or 0xC812BF) is known color: Deep Magenta. HEX triplet: C8, 12 and BF. RGB value is (200,18,191). Sum of RGB (Red+Green+Blue) = 200+18+191=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C812BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C812BF is #37ED40. Grayscale: #5B5B5B. Windows color (decimal): -3665217 or 12522184. OLE color: 12522184.
HSL color Cylindrical-coordinate representation of color #C812BF: hue angle of 302.97º 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 #C812BF is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 191 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.22 |
| HSL | 302.97º | 0.83% | 0.43% | - |
| HSV(B) | 302.97º | 0.91% | 0.78% | - |
| XYZ | 33.44 | 16.47 | 50.71 | - |
| YUV | 92.14 | 183.8 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 191 | 0 | 0.91 | 0.04 | 0.22 | 302.97 | 0.83 | 0.43 |
| Hex | C8 | 12 | BF | 0 | 5B | 4 | 16 | 12F | 53 | 2B |
| Octal | 310 | 22 | 277 | 0 | 133 | 4 | 26 | 457 | 123 | 53 |
| Binary | 11001000 | 10010 | 10111111 | 0 | 1011011 | 100 | 10110 | 100101111 | 1010011 | 101011 |
Color Harmonies of #C812BF
Complementary color
Monochromatic Colors of #C812BF
Black with #C812BF
Text Example
Text Example
White with #C812BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C812BF; }
p { color: rgb(200,18,191); }
H1.HeaderClassName
{
color: #C812BF;
}
.AnyTagClassName
{
color: #C812BF;
}
</style>
background-color css
<style>
a { background-color: #C812BF; }
a { background-color: rgb(200,18,191); }
div.DivClassName
{
background-color: #C812BF;
}
.BgClassName
{
background-color: #C812BF;
}
</style>
border-color css
<style>
span { border-color: #C812BF; }
span { border-color: rgb(200,18,191); }
td.TdClassName
{
border-color: #C812BF;
}
.TagClassName
{
border-color: #C812BF;
}
</style>