Shades of Deep Magenta #C31CB4
Tints of Deep Magenta #C31CB4
RGB
CMYK
RGB Variations
Color information
#C31CB4 (or 0xC31CB4) is known color: Deep Magenta. HEX triplet: C3, 1C and B4. RGB value is (195,28,180). Sum of RGB (Red+Green+Blue) = 195+28+180=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C31CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31CB4 is #3CE34B. Grayscale: #5E5E5E. Windows color (decimal): -3990348 or 11803843. OLE color: 11803843.
HSL color Cylindrical-coordinate representation of color #C31CB4: hue angle of 305.39º 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 #C31CB4 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 180 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.24 |
| HSL | 305.39º | 0.75% | 0.44% | - |
| HSV(B) | 305.39º | 0.86% | 0.76% | - |
| XYZ | 31.16 | 15.73 | 44.57 | - |
| YUV | 95.26 | 175.83 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 180 | 0 | 0.86 | 0.08 | 0.24 | 305.39 | 0.75 | 0.44 |
| Hex | C3 | 1C | B4 | 0 | 56 | 8 | 18 | 131 | 4B | 2C |
| Octal | 303 | 34 | 264 | 0 | 126 | 10 | 30 | 461 | 113 | 54 |
| Binary | 11000011 | 11100 | 10110100 | 0 | 1010110 | 1000 | 11000 | 100110001 | 1001011 | 101100 |
Color Harmonies of #C31CB4
Complementary color
Monochromatic Colors of #C31CB4
Black with #C31CB4
Text Example
Text Example
White with #C31CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31CB4; }
p { color: rgb(195,28,180); }
H1.HeaderClassName
{
color: #C31CB4;
}
.AnyTagClassName
{
color: #C31CB4;
}
</style>
background-color css
<style>
a { background-color: #C31CB4; }
a { background-color: rgb(195,28,180); }
div.DivClassName
{
background-color: #C31CB4;
}
.BgClassName
{
background-color: #C31CB4;
}
</style>
border-color css
<style>
span { border-color: #C31CB4; }
span { border-color: rgb(195,28,180); }
td.TdClassName
{
border-color: #C31CB4;
}
.TagClassName
{
border-color: #C31CB4;
}
</style>