Shades of Deep Magenta #C313BD
Tints of Deep Magenta #C313BD
RGB
CMYK
RGB Variations
Color information
#C313BD (or 0xC313BD) is known color: Deep Magenta. HEX triplet: C3, 13 and BD. RGB value is (195,19,189). Sum of RGB (Red+Green+Blue) = 195+19+189=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C313BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C313BD is #3CEC42. Grayscale: #5A5A5A. Windows color (decimal): -3992643 or 12391363. OLE color: 12391363.
HSL color Cylindrical-coordinate representation of color #C313BD: hue angle of 302.05º 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 #C313BD is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 189 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.24 |
| HSL | 302.05º | 0.82% | 0.42% | - |
| HSV(B) | 302.05º | 0.9% | 0.76% | - |
| XYZ | 31.92 | 15.74 | 49.5 | - |
| YUV | 91 | 183.31 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 189 | 0 | 0.90 | 0.03 | 0.24 | 302.05 | 0.82 | 0.42 |
| Hex | C3 | 13 | BD | 0 | 5A | 3 | 18 | 12E | 52 | 2A |
| Octal | 303 | 23 | 275 | 0 | 132 | 3 | 30 | 456 | 122 | 52 |
| Binary | 11000011 | 10011 | 10111101 | 0 | 1011010 | 11 | 11000 | 100101110 | 1010010 | 101010 |
Color Harmonies of #C313BD
Complementary color
Monochromatic Colors of #C313BD
Black with #C313BD
Text Example
Text Example
White with #C313BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C313BD; }
p { color: rgb(195,19,189); }
H1.HeaderClassName
{
color: #C313BD;
}
.AnyTagClassName
{
color: #C313BD;
}
</style>
background-color css
<style>
a { background-color: #C313BD; }
a { background-color: rgb(195,19,189); }
div.DivClassName
{
background-color: #C313BD;
}
.BgClassName
{
background-color: #C313BD;
}
</style>
border-color css
<style>
span { border-color: #C313BD; }
span { border-color: rgb(195,19,189); }
td.TdClassName
{
border-color: #C313BD;
}
.TagClassName
{
border-color: #C313BD;
}
</style>