Shades of Deep Magenta #C313B5
Tints of Deep Magenta #C313B5
RGB
CMYK
RGB Variations
Color information
#C313B5 (or 0xC313B5) is known color: Deep Magenta. HEX triplet: C3, 13 and B5. RGB value is (195,19,181). Sum of RGB (Red+Green+Blue) = 195+19+181=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C313B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C313B5 is #3CEC4A. Grayscale: #595959. Windows color (decimal): -3992651 or 11867075. OLE color: 11867075.
HSL color Cylindrical-coordinate representation of color #C313B5: hue angle of 304.77º 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 #C313B5 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 181 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.24 |
| HSL | 304.77º | 0.82% | 0.42% | - |
| HSV(B) | 304.77º | 0.9% | 0.76% | - |
| XYZ | 31.08 | 15.4 | 45.05 | - |
| YUV | 90.09 | 179.31 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 181 | 0 | 0.90 | 0.07 | 0.24 | 304.77 | 0.82 | 0.42 |
| Hex | C3 | 13 | B5 | 0 | 5A | 7 | 18 | 131 | 52 | 2A |
| Octal | 303 | 23 | 265 | 0 | 132 | 7 | 30 | 461 | 122 | 52 |
| Binary | 11000011 | 10011 | 10110101 | 0 | 1011010 | 111 | 11000 | 100110001 | 1010010 | 101010 |
Color Harmonies of #C313B5
Complementary color
Monochromatic Colors of #C313B5
Black with #C313B5
Text Example
Text Example
White with #C313B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C313B5; }
p { color: rgb(195,19,181); }
H1.HeaderClassName
{
color: #C313B5;
}
.AnyTagClassName
{
color: #C313B5;
}
</style>
background-color css
<style>
a { background-color: #C313B5; }
a { background-color: rgb(195,19,181); }
div.DivClassName
{
background-color: #C313B5;
}
.BgClassName
{
background-color: #C313B5;
}
</style>
border-color css
<style>
span { border-color: #C313B5; }
span { border-color: rgb(195,19,181); }
td.TdClassName
{
border-color: #C313B5;
}
.TagClassName
{
border-color: #C313B5;
}
</style>