Shades of Deep Magenta #C312D4
Tints of Deep Magenta #C312D4
RGB
CMYK
RGB Variations
Color information
#C312D4 (or 0xC312D4) is known color: Deep Magenta. HEX triplet: C3, 12 and D4. RGB value is (195,18,212). Sum of RGB (Red+Green+Blue) = 195+18+212=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 212 (83.20% from 255 or 49.88% from 425); Max value from RGB is 212 - color contains mainly: blue. Hex color #C312D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C312D4 is #3CED2B. Grayscale: #5C5C5C. Windows color (decimal): -3992876 or 13898435. OLE color: 13898435.
HSL color Cylindrical-coordinate representation of color #C312D4: hue angle of 294.74º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C312D4 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 18 | 212 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.17 |
| HSL | 294.74º | 0.84% | 0.45% | - |
| HSV(B) | 294.74º | 0.92% | 0.83% | - |
| XYZ | 34.61 | 16.79 | 63.7 | - |
| YUV | 93.04 | 195.14 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 212 | 0.08 | 0.92 | 0 | 0.17 | 294.74 | 0.84 | 0.45 |
| Hex | C3 | 12 | D4 | 8 | 5C | 0 | 11 | 127 | 54 | 2D |
| Octal | 303 | 22 | 324 | 10 | 134 | 0 | 21 | 447 | 124 | 55 |
| Binary | 11000011 | 10010 | 11010100 | 1000 | 1011100 | 0 | 10001 | 100100111 | 1010100 | 101101 |
Color Harmonies of #C312D4
Complementary color
Monochromatic Colors of #C312D4
Black with #C312D4
Text Example
Text Example
White with #C312D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C312D4; }
p { color: rgb(195,18,212); }
H1.HeaderClassName
{
color: #C312D4;
}
.AnyTagClassName
{
color: #C312D4;
}
</style>
background-color css
<style>
a { background-color: #C312D4; }
a { background-color: rgb(195,18,212); }
div.DivClassName
{
background-color: #C312D4;
}
.BgClassName
{
background-color: #C312D4;
}
</style>
border-color css
<style>
span { border-color: #C312D4; }
span { border-color: rgb(195,18,212); }
td.TdClassName
{
border-color: #C312D4;
}
.TagClassName
{
border-color: #C312D4;
}
</style>