Shades of Deep Magenta #C31CCC
Tints of Deep Magenta #C31CCC
RGB
CMYK
RGB Variations
Color information
#C31CCC (or 0xC31CCC) is known color: Deep Magenta. HEX triplet: C3, 1C and CC. RGB value is (195,28,204). Sum of RGB (Red+Green+Blue) = 195+28+204=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #C31CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31CCC is #3CE333. Grayscale: #616161. Windows color (decimal): -3990324 or 13376707. OLE color: 13376707.
HSL color Cylindrical-coordinate representation of color #C31CCC: hue angle of 296.93º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31CCC is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 28 | 204 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.2 |
| HSL | 296.93º | 0.76% | 0.45% | - |
| HSV(B) | 296.93º | 0.86% | 0.8% | - |
| XYZ | 33.82 | 16.79 | 58.59 | - |
| YUV | 98 | 187.83 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 204 | 0.04 | 0.86 | 0 | 0.2 | 296.93 | 0.76 | 0.45 |
| Hex | C3 | 1C | CC | 4 | 56 | 0 | 14 | 129 | 4C | 2D |
| Octal | 303 | 34 | 314 | 4 | 126 | 0 | 24 | 451 | 114 | 55 |
| Binary | 11000011 | 11100 | 11001100 | 100 | 1010110 | 0 | 10100 | 100101001 | 1001100 | 101101 |
Color Harmonies of #C31CCC
Complementary color
Monochromatic Colors of #C31CCC
Black with #C31CCC
Text Example
Text Example
White with #C31CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31CCC; }
p { color: rgb(195,28,204); }
H1.HeaderClassName
{
color: #C31CCC;
}
.AnyTagClassName
{
color: #C31CCC;
}
</style>
background-color css
<style>
a { background-color: #C31CCC; }
a { background-color: rgb(195,28,204); }
div.DivClassName
{
background-color: #C31CCC;
}
.BgClassName
{
background-color: #C31CCC;
}
</style>
border-color css
<style>
span { border-color: #C31CCC; }
span { border-color: rgb(195,28,204); }
td.TdClassName
{
border-color: #C31CCC;
}
.TagClassName
{
border-color: #C31CCC;
}
</style>