Shades of Deep Magenta #C313DF
Tints of Deep Magenta #C313DF
RGB
CMYK
RGB Variations
Color information
#C313DF (or 0xC313DF) is known color: Deep Magenta. HEX triplet: C3, 13 and DF. RGB value is (195,19,223). Sum of RGB (Red+Green+Blue) = 195+19+223=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 19 (7.81% from 255 or 4.35% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #C313DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C313DF is #3CEC20. Grayscale: #5E5E5E. Windows color (decimal): -3992609 or 14619587. OLE color: 14619587.
HSL color Cylindrical-coordinate representation of color #C313DF: hue angle of 291.76º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C313DF is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 19 | 223 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.13 |
| HSL | 291.76º | 0.84% | 0.47% | - |
| HSV(B) | 291.76º | 0.91% | 0.87% | - |
| XYZ | 36.06 | 17.4 | 71.27 | - |
| YUV | 94.88 | 200.31 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 223 | 0.13 | 0.91 | 0 | 0.13 | 291.76 | 0.84 | 0.47 |
| Hex | C3 | 13 | DF | D | 5B | 0 | D | 124 | 54 | 2F |
| Octal | 303 | 23 | 337 | 15 | 133 | 0 | 15 | 444 | 124 | 57 |
| Binary | 11000011 | 10011 | 11011111 | 1101 | 1011011 | 0 | 1101 | 100100100 | 1010100 | 101111 |
Color Harmonies of #C313DF
Complementary color
Monochromatic Colors of #C313DF
Black with #C313DF
Text Example
Text Example
White with #C313DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C313DF; }
p { color: rgb(195,19,223); }
H1.HeaderClassName
{
color: #C313DF;
}
.AnyTagClassName
{
color: #C313DF;
}
</style>
background-color css
<style>
a { background-color: #C313DF; }
a { background-color: rgb(195,19,223); }
div.DivClassName
{
background-color: #C313DF;
}
.BgClassName
{
background-color: #C313DF;
}
</style>
border-color css
<style>
span { border-color: #C313DF; }
span { border-color: rgb(195,19,223); }
td.TdClassName
{
border-color: #C313DF;
}
.TagClassName
{
border-color: #C313DF;
}
</style>