Shades of Deep Magenta #C313B9
Tints of Deep Magenta #C313B9
RGB
CMYK
RGB Variations
Color information
#C313B9 (or 0xC313B9) is known color: Deep Magenta. HEX triplet: C3, 13 and B9. RGB value is (195,19,185). Sum of RGB (Red+Green+Blue) = 195+19+185=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C313B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C313B9 is #3CEC46. Grayscale: #5A5A5A. Windows color (decimal): -3992647 or 12129219. OLE color: 12129219.
HSL color Cylindrical-coordinate representation of color #C313B9: hue angle of 303.41º 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 #C313B9 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 185 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.24 |
| HSL | 303.41º | 0.82% | 0.42% | - |
| HSV(B) | 303.41º | 0.9% | 0.76% | - |
| XYZ | 31.5 | 15.57 | 47.24 | - |
| YUV | 90.55 | 181.31 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 185 | 0 | 0.90 | 0.05 | 0.24 | 303.41 | 0.82 | 0.42 |
| Hex | C3 | 13 | B9 | 0 | 5A | 5 | 18 | 12F | 52 | 2A |
| Octal | 303 | 23 | 271 | 0 | 132 | 5 | 30 | 457 | 122 | 52 |
| Binary | 11000011 | 10011 | 10111001 | 0 | 1011010 | 101 | 11000 | 100101111 | 1010010 | 101010 |
Color Harmonies of #C313B9
Complementary color
Monochromatic Colors of #C313B9
Black with #C313B9
Text Example
Text Example
White with #C313B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C313B9; }
p { color: rgb(195,19,185); }
H1.HeaderClassName
{
color: #C313B9;
}
.AnyTagClassName
{
color: #C313B9;
}
</style>
background-color css
<style>
a { background-color: #C313B9; }
a { background-color: rgb(195,19,185); }
div.DivClassName
{
background-color: #C313B9;
}
.BgClassName
{
background-color: #C313B9;
}
</style>
border-color css
<style>
span { border-color: #C313B9; }
span { border-color: rgb(195,19,185); }
td.TdClassName
{
border-color: #C313B9;
}
.TagClassName
{
border-color: #C313B9;
}
</style>