Shades of Deep Magenta #C31CC2
Tints of Deep Magenta #C31CC2
RGB
CMYK
RGB Variations
Color information
#C31CC2 (or 0xC31CC2) is known color: Deep Magenta. HEX triplet: C3, 1C and C2. RGB value is (195,28,194). Sum of RGB (Red+Green+Blue) = 195+28+194=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 28 (11.33% from 255 or 6.71% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C31CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31CC2 is #3CE33D. Grayscale: #606060. Windows color (decimal): -3990334 or 12721347. OLE color: 12721347.
HSL color Cylindrical-coordinate representation of color #C31CC2: hue angle of 300.36º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31CC2 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 194 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.24 |
| HSL | 300.36º | 0.75% | 0.44% | - |
| HSV(B) | 300.36º | 0.86% | 0.76% | - |
| XYZ | 32.66 | 16.33 | 52.47 | - |
| YUV | 96.86 | 182.83 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 194 | 0 | 0.86 | 0.01 | 0.24 | 300.36 | 0.75 | 0.44 |
| Hex | C3 | 1C | C2 | 0 | 56 | 1 | 18 | 12C | 4B | 2C |
| Octal | 303 | 34 | 302 | 0 | 126 | 1 | 30 | 454 | 113 | 54 |
| Binary | 11000011 | 11100 | 11000010 | 0 | 1010110 | 1 | 11000 | 100101100 | 1001011 | 101100 |
Color Harmonies of #C31CC2
Complementary color
Monochromatic Colors of #C31CC2
Black with #C31CC2
Text Example
Text Example
White with #C31CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31CC2; }
p { color: rgb(195,28,194); }
H1.HeaderClassName
{
color: #C31CC2;
}
.AnyTagClassName
{
color: #C31CC2;
}
</style>
background-color css
<style>
a { background-color: #C31CC2; }
a { background-color: rgb(195,28,194); }
div.DivClassName
{
background-color: #C31CC2;
}
.BgClassName
{
background-color: #C31CC2;
}
</style>
border-color css
<style>
span { border-color: #C31CC2; }
span { border-color: rgb(195,28,194); }
td.TdClassName
{
border-color: #C31CC2;
}
.TagClassName
{
border-color: #C31CC2;
}
</style>