Shades of Deep Magenta #C313BE
Tints of Deep Magenta #C313BE
RGB
CMYK
RGB Variations
Color information
#C313BE (or 0xC313BE) is known color: Deep Magenta. HEX triplet: C3, 13 and BE. RGB value is (195,19,190). Sum of RGB (Red+Green+Blue) = 195+19+190=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C313BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C313BE is #3CEC41. Grayscale: #5A5A5A. Windows color (decimal): -3992642 or 12456899. OLE color: 12456899.
HSL color Cylindrical-coordinate representation of color #C313BE: hue angle of 301.7º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C313BE is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 190 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.24 |
| HSL | 301.7º | 0.82% | 0.42% | - |
| HSV(B) | 301.7º | 0.9% | 0.76% | - |
| XYZ | 32.03 | 15.79 | 50.07 | - |
| YUV | 91.12 | 183.81 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 190 | 0 | 0.90 | 0.03 | 0.24 | 301.7 | 0.82 | 0.42 |
| Hex | C3 | 13 | BE | 0 | 5A | 3 | 18 | 12E | 52 | 2A |
| Octal | 303 | 23 | 276 | 0 | 132 | 3 | 30 | 456 | 122 | 52 |
| Binary | 11000011 | 10011 | 10111110 | 0 | 1011010 | 11 | 11000 | 100101110 | 1010010 | 101010 |
Color Harmonies of #C313BE
Complementary color
Monochromatic Colors of #C313BE
Black with #C313BE
Text Example
Text Example
White with #C313BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C313BE; }
p { color: rgb(195,19,190); }
H1.HeaderClassName
{
color: #C313BE;
}
.AnyTagClassName
{
color: #C313BE;
}
</style>
background-color css
<style>
a { background-color: #C313BE; }
a { background-color: rgb(195,19,190); }
div.DivClassName
{
background-color: #C313BE;
}
.BgClassName
{
background-color: #C313BE;
}
</style>
border-color css
<style>
span { border-color: #C313BE; }
span { border-color: rgb(195,19,190); }
td.TdClassName
{
border-color: #C313BE;
}
.TagClassName
{
border-color: #C313BE;
}
</style>