Shades of Deep Magenta #C31BAF
Tints of Deep Magenta #C31BAF
RGB
CMYK
RGB Variations
Color information
#C31BAF (or 0xC31BAF) is known color: Deep Magenta. HEX triplet: C3, 1B and AF. RGB value is (195,27,175). Sum of RGB (Red+Green+Blue) = 195+27+175=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C31BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31BAF is #3CE450. Grayscale: #5D5D5D. Windows color (decimal): -3990609 or 11475907. OLE color: 11475907.
HSL color Cylindrical-coordinate representation of color #C31BAF: hue angle of 307.14º degrees, saturation: 0.76, 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 #C31BAF is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 27 | 175 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.24 |
| HSL | 307.14º | 0.76% | 0.44% | - |
| HSV(B) | 307.14º | 0.86% | 0.76% | - |
| XYZ | 30.64 | 15.48 | 41.93 | - |
| YUV | 94.1 | 173.66 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 175 | 0 | 0.86 | 0.10 | 0.24 | 307.14 | 0.76 | 0.44 |
| Hex | C3 | 1B | AF | 0 | 56 | A | 18 | 133 | 4C | 2C |
| Octal | 303 | 33 | 257 | 0 | 126 | 12 | 30 | 463 | 114 | 54 |
| Binary | 11000011 | 11011 | 10101111 | 0 | 1010110 | 1010 | 11000 | 100110011 | 1001100 | 101100 |
Color Harmonies of #C31BAF
Complementary color
Monochromatic Colors of #C31BAF
Black with #C31BAF
Text Example
Text Example
White with #C31BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31BAF; }
p { color: rgb(195,27,175); }
H1.HeaderClassName
{
color: #C31BAF;
}
.AnyTagClassName
{
color: #C31BAF;
}
</style>
background-color css
<style>
a { background-color: #C31BAF; }
a { background-color: rgb(195,27,175); }
div.DivClassName
{
background-color: #C31BAF;
}
.BgClassName
{
background-color: #C31BAF;
}
</style>
border-color css
<style>
span { border-color: #C31BAF; }
span { border-color: rgb(195,27,175); }
td.TdClassName
{
border-color: #C31BAF;
}
.TagClassName
{
border-color: #C31BAF;
}
</style>