Shades of Deep Magenta #C313AA
Tints of Deep Magenta #C313AA
RGB
CMYK
RGB Variations
Color information
#C313AA (or 0xC313AA) is known color: Deep Magenta. HEX triplet: C3, 13 and AA. RGB value is (195,19,170). Sum of RGB (Red+Green+Blue) = 195+19+170=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C313AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C313AA is #3CEC55. Grayscale: #585858. Windows color (decimal): -3992662 or 11146179. OLE color: 11146179.
HSL color Cylindrical-coordinate representation of color #C313AA: hue angle of 308.52º 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 #C313AA is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 170 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.24 |
| HSL | 308.52º | 0.82% | 0.42% | - |
| HSV(B) | 308.52º | 0.9% | 0.76% | - |
| XYZ | 29.99 | 14.97 | 39.34 | - |
| YUV | 88.84 | 173.81 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 170 | 0 | 0.90 | 0.13 | 0.24 | 308.52 | 0.82 | 0.42 |
| Hex | C3 | 13 | AA | 0 | 5A | D | 18 | 135 | 52 | 2A |
| Octal | 303 | 23 | 252 | 0 | 132 | 15 | 30 | 465 | 122 | 52 |
| Binary | 11000011 | 10011 | 10101010 | 0 | 1011010 | 1101 | 11000 | 100110101 | 1010010 | 101010 |
Color Harmonies of #C313AA
Complementary color
Monochromatic Colors of #C313AA
Black with #C313AA
Text Example
Text Example
White with #C313AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C313AA; }
p { color: rgb(195,19,170); }
H1.HeaderClassName
{
color: #C313AA;
}
.AnyTagClassName
{
color: #C313AA;
}
</style>
background-color css
<style>
a { background-color: #C313AA; }
a { background-color: rgb(195,19,170); }
div.DivClassName
{
background-color: #C313AA;
}
.BgClassName
{
background-color: #C313AA;
}
</style>
border-color css
<style>
span { border-color: #C313AA; }
span { border-color: rgb(195,19,170); }
td.TdClassName
{
border-color: #C313AA;
}
.TagClassName
{
border-color: #C313AA;
}
</style>