Shades of Deep Magenta #C812C2
Tints of Deep Magenta #C812C2
RGB
CMYK
RGB Variations
Color information
#C812C2 (or 0xC812C2) is known color: Deep Magenta. HEX triplet: C8, 12 and C2. RGB value is (200,18,194). Sum of RGB (Red+Green+Blue) = 200+18+194=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 194 (76.17% from 255 or 47.09% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C812C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C812C2 is #37ED3D. Grayscale: #5B5B5B. Windows color (decimal): -3665214 or 12718792. OLE color: 12718792.
HSL color Cylindrical-coordinate representation of color #C812C2: hue angle of 301.98º 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 #C812C2 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 194 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.22 |
| HSL | 301.98º | 0.83% | 0.43% | - |
| HSV(B) | 301.98º | 0.91% | 0.78% | - |
| XYZ | 33.77 | 16.61 | 52.46 | - |
| YUV | 92.48 | 185.3 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 194 | 0 | 0.91 | 0.03 | 0.22 | 301.98 | 0.83 | 0.43 |
| Hex | C8 | 12 | C2 | 0 | 5B | 3 | 16 | 12E | 53 | 2B |
| Octal | 310 | 22 | 302 | 0 | 133 | 3 | 26 | 456 | 123 | 53 |
| Binary | 11001000 | 10010 | 11000010 | 0 | 1011011 | 11 | 10110 | 100101110 | 1010011 | 101011 |
Color Harmonies of #C812C2
Complementary color
Monochromatic Colors of #C812C2
Black with #C812C2
Text Example
Text Example
White with #C812C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C812C2; }
p { color: rgb(200,18,194); }
H1.HeaderClassName
{
color: #C812C2;
}
.AnyTagClassName
{
color: #C812C2;
}
</style>
background-color css
<style>
a { background-color: #C812C2; }
a { background-color: rgb(200,18,194); }
div.DivClassName
{
background-color: #C812C2;
}
.BgClassName
{
background-color: #C812C2;
}
</style>
border-color css
<style>
span { border-color: #C812C2; }
span { border-color: rgb(200,18,194); }
td.TdClassName
{
border-color: #C812C2;
}
.TagClassName
{
border-color: #C812C2;
}
</style>