Shades of Deep Magenta #C812D3
Tints of Deep Magenta #C812D3
RGB
CMYK
RGB Variations
Color information
#C812D3 (or 0xC812D3) is known color: Deep Magenta. HEX triplet: C8, 12 and D3. RGB value is (200,18,211). Sum of RGB (Red+Green+Blue) = 200+18+211=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 211 (82.81% from 255 or 49.18% from 429); Max value from RGB is 211 - color contains mainly: blue. Hex color #C812D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C812D3 is #37ED2C. Grayscale: #5D5D5D. Windows color (decimal): -3665197 or 13832904. OLE color: 13832904.
HSL color Cylindrical-coordinate representation of color #C812D3: hue angle of 296.58º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C812D3 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 18 | 211 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.17 |
| HSL | 296.58º | 0.84% | 0.45% | - |
| HSV(B) | 296.58º | 0.91% | 0.83% | - |
| XYZ | 35.79 | 17.42 | 63.1 | - |
| YUV | 94.42 | 193.8 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 211 | 0.05 | 0.91 | 0 | 0.17 | 296.58 | 0.84 | 0.45 |
| Hex | C8 | 12 | D3 | 5 | 5B | 0 | 11 | 129 | 54 | 2D |
| Octal | 310 | 22 | 323 | 5 | 133 | 0 | 21 | 451 | 124 | 55 |
| Binary | 11001000 | 10010 | 11010011 | 101 | 1011011 | 0 | 10001 | 100101001 | 1010100 | 101101 |
Color Harmonies of #C812D3
Complementary color
Monochromatic Colors of #C812D3
Black with #C812D3
Text Example
Text Example
White with #C812D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C812D3; }
p { color: rgb(200,18,211); }
H1.HeaderClassName
{
color: #C812D3;
}
.AnyTagClassName
{
color: #C812D3;
}
</style>
background-color css
<style>
a { background-color: #C812D3; }
a { background-color: rgb(200,18,211); }
div.DivClassName
{
background-color: #C812D3;
}
.BgClassName
{
background-color: #C812D3;
}
</style>
border-color css
<style>
span { border-color: #C812D3; }
span { border-color: rgb(200,18,211); }
td.TdClassName
{
border-color: #C812D3;
}
.TagClassName
{
border-color: #C812D3;
}
</style>