Shades of Deep Magenta #C313AE
Tints of Deep Magenta #C313AE
RGB
CMYK
RGB Variations
Color information
#C313AE (or 0xC313AE) is known color: Deep Magenta. HEX triplet: C3, 13 and AE. RGB value is (195,19,174). Sum of RGB (Red+Green+Blue) = 195+19+174=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C313AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C313AE is #3CEC51. Grayscale: #585858. Windows color (decimal): -3992658 or 11408323. OLE color: 11408323.
HSL color Cylindrical-coordinate representation of color #C313AE: hue angle of 307.16º 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 #C313AE is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 174 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.24 |
| HSL | 307.16º | 0.82% | 0.42% | - |
| HSV(B) | 307.16º | 0.9% | 0.76% | - |
| XYZ | 30.38 | 15.12 | 41.36 | - |
| YUV | 89.29 | 175.81 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 174 | 0 | 0.90 | 0.11 | 0.24 | 307.16 | 0.82 | 0.42 |
| Hex | C3 | 13 | AE | 0 | 5A | B | 18 | 133 | 52 | 2A |
| Octal | 303 | 23 | 256 | 0 | 132 | 13 | 30 | 463 | 122 | 52 |
| Binary | 11000011 | 10011 | 10101110 | 0 | 1011010 | 1011 | 11000 | 100110011 | 1010010 | 101010 |
Color Harmonies of #C313AE
Complementary color
Monochromatic Colors of #C313AE
Black with #C313AE
Text Example
Text Example
White with #C313AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C313AE; }
p { color: rgb(195,19,174); }
H1.HeaderClassName
{
color: #C313AE;
}
.AnyTagClassName
{
color: #C313AE;
}
</style>
background-color css
<style>
a { background-color: #C313AE; }
a { background-color: rgb(195,19,174); }
div.DivClassName
{
background-color: #C313AE;
}
.BgClassName
{
background-color: #C313AE;
}
</style>
border-color css
<style>
span { border-color: #C313AE; }
span { border-color: rgb(195,19,174); }
td.TdClassName
{
border-color: #C313AE;
}
.TagClassName
{
border-color: #C313AE;
}
</style>