Shades of Deep Magenta #C312AC
Tints of Deep Magenta #C312AC
RGB
CMYK
RGB Variations
Color information
#C312AC (or 0xC312AC) is known color: Deep Magenta. HEX triplet: C3, 12 and AC. RGB value is (195,18,172). Sum of RGB (Red+Green+Blue) = 195+18+172=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C312AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C312AC is #3CED53. Grayscale: #585858. Windows color (decimal): -3992916 or 11276995. OLE color: 11276995.
HSL color Cylindrical-coordinate representation of color #C312AC: hue angle of 307.8º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C312AC is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 172 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.24 |
| HSL | 307.8º | 0.83% | 0.42% | - |
| HSV(B) | 307.8º | 0.91% | 0.76% | - |
| XYZ | 30.17 | 15.01 | 40.34 | - |
| YUV | 88.48 | 175.14 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 172 | 0 | 0.91 | 0.12 | 0.24 | 307.8 | 0.83 | 0.42 |
| Hex | C3 | 12 | AC | 0 | 5B | C | 18 | 134 | 53 | 2A |
| Octal | 303 | 22 | 254 | 0 | 133 | 14 | 30 | 464 | 123 | 52 |
| Binary | 11000011 | 10010 | 10101100 | 0 | 1011011 | 1100 | 11000 | 100110100 | 1010011 | 101010 |
Color Harmonies of #C312AC
Complementary color
Monochromatic Colors of #C312AC
Black with #C312AC
Text Example
Text Example
White with #C312AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C312AC; }
p { color: rgb(195,18,172); }
H1.HeaderClassName
{
color: #C312AC;
}
.AnyTagClassName
{
color: #C312AC;
}
</style>
background-color css
<style>
a { background-color: #C312AC; }
a { background-color: rgb(195,18,172); }
div.DivClassName
{
background-color: #C312AC;
}
.BgClassName
{
background-color: #C312AC;
}
</style>
border-color css
<style>
span { border-color: #C312AC; }
span { border-color: rgb(195,18,172); }
td.TdClassName
{
border-color: #C312AC;
}
.TagClassName
{
border-color: #C312AC;
}
</style>