Shades of Deep Magenta #C31CC3
Tints of Deep Magenta #C31CC3
RGB
CMYK
RGB Variations
Color information
#C31CC3 (or 0xC31CC3) is known color: Deep Magenta. HEX triplet: C3, 1C and C3. RGB value is (195,28,195). Sum of RGB (Red+Green+Blue) = 195+28+195=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 195 (76.56% from 255 or 46.65% from 418); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C31CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31CC3 is #3CE33C. Grayscale: #606060. Windows color (decimal): -3990333 or 12786883. OLE color: 12786883.
HSL color Cylindrical-coordinate representation of color #C31CC3: hue angle of 300º 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 #C31CC3 is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 195 | - |
| CMYK | 0 | 0.86 | 0 | 0.24 |
| HSL | 300º | 0.75% | 0.44% | - |
| HSV(B) | 300º | 0.86% | 0.76% | - |
| XYZ | 32.77 | 16.37 | 53.06 | - |
| YUV | 96.97 | 183.33 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 195 | 0 | 0.86 | 0 | 0.24 | 300 | 0.75 | 0.44 |
| Hex | C3 | 1C | C3 | 0 | 56 | 0 | 18 | 12C | 4B | 2C |
| Octal | 303 | 34 | 303 | 0 | 126 | 0 | 30 | 454 | 113 | 54 |
| Binary | 11000011 | 11100 | 11000011 | 0 | 1010110 | 0 | 11000 | 100101100 | 1001011 | 101100 |
Color Harmonies of #C31CC3
Complementary color
Monochromatic Colors of #C31CC3
Black with #C31CC3
Text Example
Text Example
White with #C31CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31CC3; }
p { color: rgb(195,28,195); }
H1.HeaderClassName
{
color: #C31CC3;
}
.AnyTagClassName
{
color: #C31CC3;
}
</style>
background-color css
<style>
a { background-color: #C31CC3; }
a { background-color: rgb(195,28,195); }
div.DivClassName
{
background-color: #C31CC3;
}
.BgClassName
{
background-color: #C31CC3;
}
</style>
border-color css
<style>
span { border-color: #C31CC3; }
span { border-color: rgb(195,28,195); }
td.TdClassName
{
border-color: #C31CC3;
}
.TagClassName
{
border-color: #C31CC3;
}
</style>