Shades of Deep Magenta #C31CB3
Tints of Deep Magenta #C31CB3
RGB
CMYK
RGB Variations
Color information
#C31CB3 (or 0xC31CB3) is known color: Deep Magenta. HEX triplet: C3, 1C and B3. RGB value is (195,28,179). Sum of RGB (Red+Green+Blue) = 195+28+179=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C31CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31CB3 is #3CE34C. Grayscale: #5E5E5E. Windows color (decimal): -3990349 or 11738307. OLE color: 11738307.
HSL color Cylindrical-coordinate representation of color #C31CB3: hue angle of 305.75º 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 #C31CB3 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 179 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.24 |
| HSL | 305.75º | 0.75% | 0.44% | - |
| HSV(B) | 305.75º | 0.86% | 0.76% | - |
| XYZ | 31.06 | 15.69 | 44.04 | - |
| YUV | 95.15 | 175.33 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 179 | 0 | 0.86 | 0.08 | 0.24 | 305.75 | 0.75 | 0.44 |
| Hex | C3 | 1C | B3 | 0 | 56 | 8 | 18 | 132 | 4B | 2C |
| Octal | 303 | 34 | 263 | 0 | 126 | 10 | 30 | 462 | 113 | 54 |
| Binary | 11000011 | 11100 | 10110011 | 0 | 1010110 | 1000 | 11000 | 100110010 | 1001011 | 101100 |
Color Harmonies of #C31CB3
Complementary color
Monochromatic Colors of #C31CB3
Black with #C31CB3
Text Example
Text Example
White with #C31CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31CB3; }
p { color: rgb(195,28,179); }
H1.HeaderClassName
{
color: #C31CB3;
}
.AnyTagClassName
{
color: #C31CB3;
}
</style>
background-color css
<style>
a { background-color: #C31CB3; }
a { background-color: rgb(195,28,179); }
div.DivClassName
{
background-color: #C31CB3;
}
.BgClassName
{
background-color: #C31CB3;
}
</style>
border-color css
<style>
span { border-color: #C31CB3; }
span { border-color: rgb(195,28,179); }
td.TdClassName
{
border-color: #C31CB3;
}
.TagClassName
{
border-color: #C31CB3;
}
</style>