Shades of Deep Magenta #C31CBD
Tints of Deep Magenta #C31CBD
RGB
CMYK
RGB Variations
Color information
#C31CBD (or 0xC31CBD) is known color: Deep Magenta. HEX triplet: C3, 1C and BD. RGB value is (195,28,189). Sum of RGB (Red+Green+Blue) = 195+28+189=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C31CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31CBD is #3CE342. Grayscale: #5F5F5F. Windows color (decimal): -3990339 or 12393667. OLE color: 12393667.
HSL color Cylindrical-coordinate representation of color #C31CBD: hue angle of 302.16º 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 #C31CBD is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 189 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.24 |
| HSL | 302.16º | 0.75% | 0.44% | - |
| HSV(B) | 302.16º | 0.86% | 0.76% | - |
| XYZ | 32.11 | 16.11 | 49.56 | - |
| YUV | 96.29 | 180.33 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 189 | 0 | 0.86 | 0.03 | 0.24 | 302.16 | 0.75 | 0.44 |
| Hex | C3 | 1C | BD | 0 | 56 | 3 | 18 | 12E | 4B | 2C |
| Octal | 303 | 34 | 275 | 0 | 126 | 3 | 30 | 456 | 113 | 54 |
| Binary | 11000011 | 11100 | 10111101 | 0 | 1010110 | 11 | 11000 | 100101110 | 1001011 | 101100 |
Color Harmonies of #C31CBD
Complementary color
Monochromatic Colors of #C31CBD
Black with #C31CBD
Text Example
Text Example
White with #C31CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31CBD; }
p { color: rgb(195,28,189); }
H1.HeaderClassName
{
color: #C31CBD;
}
.AnyTagClassName
{
color: #C31CBD;
}
</style>
background-color css
<style>
a { background-color: #C31CBD; }
a { background-color: rgb(195,28,189); }
div.DivClassName
{
background-color: #C31CBD;
}
.BgClassName
{
background-color: #C31CBD;
}
</style>
border-color css
<style>
span { border-color: #C31CBD; }
span { border-color: rgb(195,28,189); }
td.TdClassName
{
border-color: #C31CBD;
}
.TagClassName
{
border-color: #C31CBD;
}
</style>