Shades of Deep Magenta #C31BCC
Tints of Deep Magenta #C31BCC
RGB
CMYK
RGB Variations
Color information
#C31BCC (or 0xC31BCC) is known color: Deep Magenta. HEX triplet: C3, 1B and CC. RGB value is (195,27,204). Sum of RGB (Red+Green+Blue) = 195+27+204=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #C31BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31BCC is #3CE433. Grayscale: #606060. Windows color (decimal): -3990580 or 13376451. OLE color: 13376451.
HSL color Cylindrical-coordinate representation of color #C31BCC: hue angle of 296.95º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31BCC is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 27 | 204 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.2 |
| HSL | 296.95º | 0.77% | 0.45% | - |
| HSV(B) | 296.95º | 0.87% | 0.8% | - |
| XYZ | 33.8 | 16.75 | 58.58 | - |
| YUV | 97.41 | 188.16 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 204 | 0.04 | 0.87 | 0 | 0.2 | 296.95 | 0.77 | 0.45 |
| Hex | C3 | 1B | CC | 4 | 57 | 0 | 14 | 129 | 4D | 2D |
| Octal | 303 | 33 | 314 | 4 | 127 | 0 | 24 | 451 | 115 | 55 |
| Binary | 11000011 | 11011 | 11001100 | 100 | 1010111 | 0 | 10100 | 100101001 | 1001101 | 101101 |
Color Harmonies of #C31BCC
Complementary color
Monochromatic Colors of #C31BCC
Black with #C31BCC
Text Example
Text Example
White with #C31BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31BCC; }
p { color: rgb(195,27,204); }
H1.HeaderClassName
{
color: #C31BCC;
}
.AnyTagClassName
{
color: #C31BCC;
}
</style>
background-color css
<style>
a { background-color: #C31BCC; }
a { background-color: rgb(195,27,204); }
div.DivClassName
{
background-color: #C31BCC;
}
.BgClassName
{
background-color: #C31BCC;
}
</style>
border-color css
<style>
span { border-color: #C31BCC; }
span { border-color: rgb(195,27,204); }
td.TdClassName
{
border-color: #C31BCC;
}
.TagClassName
{
border-color: #C31BCC;
}
</style>