Shades of Deep Magenta #C812CF
Tints of Deep Magenta #C812CF
RGB
CMYK
RGB Variations
Color information
#C812CF (or 0xC812CF) is known color: Deep Magenta. HEX triplet: C8, 12 and CF. RGB value is (200,18,207). Sum of RGB (Red+Green+Blue) = 200+18+207=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #C812CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C812CF is #37ED30. Grayscale: #5D5D5D. Windows color (decimal): -3665201 or 13570760. OLE color: 13570760.
HSL color Cylindrical-coordinate representation of color #C812CF: hue angle of 297.78º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C812CF is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 18 | 207 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.19 |
| HSL | 297.78º | 0.84% | 0.44% | - |
| HSV(B) | 297.78º | 0.91% | 0.81% | - |
| XYZ | 35.3 | 17.22 | 60.49 | - |
| YUV | 93.96 | 191.8 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 207 | 0.03 | 0.91 | 0 | 0.19 | 297.78 | 0.84 | 0.44 |
| Hex | C8 | 12 | CF | 3 | 5B | 0 | 13 | 12A | 54 | 2C |
| Octal | 310 | 22 | 317 | 3 | 133 | 0 | 23 | 452 | 124 | 54 |
| Binary | 11001000 | 10010 | 11001111 | 11 | 1011011 | 0 | 10011 | 100101010 | 1010100 | 101100 |
Color Harmonies of #C812CF
Complementary color
Monochromatic Colors of #C812CF
Black with #C812CF
Text Example
Text Example
White with #C812CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C812CF; }
p { color: rgb(200,18,207); }
H1.HeaderClassName
{
color: #C812CF;
}
.AnyTagClassName
{
color: #C812CF;
}
</style>
background-color css
<style>
a { background-color: #C812CF; }
a { background-color: rgb(200,18,207); }
div.DivClassName
{
background-color: #C812CF;
}
.BgClassName
{
background-color: #C812CF;
}
</style>
border-color css
<style>
span { border-color: #C812CF; }
span { border-color: rgb(200,18,207); }
td.TdClassName
{
border-color: #C812CF;
}
.TagClassName
{
border-color: #C812CF;
}
</style>