Shades of Deep Magenta #C312DA
Tints of Deep Magenta #C312DA
RGB
CMYK
RGB Variations
Color information
#C312DA (or 0xC312DA) is known color: Deep Magenta. HEX triplet: C3, 12 and DA. RGB value is (195,18,218). Sum of RGB (Red+Green+Blue) = 195+18+218=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 18 (7.42% from 255 or 4.18% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #C312DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C312DA is #3CED25. Grayscale: #5D5D5D. Windows color (decimal): -3992870 or 14291651. OLE color: 14291651.
HSL color Cylindrical-coordinate representation of color #C312DA: hue angle of 293.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C312DA is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 18 | 218 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.15 |
| HSL | 293.1º | 0.85% | 0.46% | - |
| HSV(B) | 293.1º | 0.92% | 0.85% | - |
| XYZ | 35.38 | 17.1 | 67.77 | - |
| YUV | 93.72 | 198.14 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 218 | 0.11 | 0.92 | 0 | 0.15 | 293.1 | 0.85 | 0.46 |
| Hex | C3 | 12 | DA | B | 5C | 0 | F | 125 | 55 | 2E |
| Octal | 303 | 22 | 332 | 13 | 134 | 0 | 17 | 445 | 125 | 56 |
| Binary | 11000011 | 10010 | 11011010 | 1011 | 1011100 | 0 | 1111 | 100100101 | 1010101 | 101110 |
Color Harmonies of #C312DA
Complementary color
Monochromatic Colors of #C312DA
Black with #C312DA
Text Example
Text Example
White with #C312DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C312DA; }
p { color: rgb(195,18,218); }
H1.HeaderClassName
{
color: #C312DA;
}
.AnyTagClassName
{
color: #C312DA;
}
</style>
background-color css
<style>
a { background-color: #C312DA; }
a { background-color: rgb(195,18,218); }
div.DivClassName
{
background-color: #C312DA;
}
.BgClassName
{
background-color: #C312DA;
}
</style>
border-color css
<style>
span { border-color: #C312DA; }
span { border-color: rgb(195,18,218); }
td.TdClassName
{
border-color: #C312DA;
}
.TagClassName
{
border-color: #C312DA;
}
</style>