Shades of Deep Magenta #C315DD
Tints of Deep Magenta #C315DD
RGB
CMYK
RGB Variations
Color information
#C315DD (or 0xC315DD) is known color: Deep Magenta. HEX triplet: C3, 15 and DD. RGB value is (195,21,221). Sum of RGB (Red+Green+Blue) = 195+21+221=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #C315DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C315DD is #3CEA22. Grayscale: #5F5F5F. Windows color (decimal): -3992099 or 14489027. OLE color: 14489027.
HSL color Cylindrical-coordinate representation of color #C315DD: hue angle of 292.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C315DD is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 21 | 221 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.13 |
| HSL | 292.2º | 0.83% | 0.47% | - |
| HSV(B) | 292.2º | 0.9% | 0.87% | - |
| XYZ | 35.82 | 17.36 | 69.87 | - |
| YUV | 95.83 | 198.65 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 221 | 0.12 | 0.90 | 0 | 0.13 | 292.2 | 0.83 | 0.47 |
| Hex | C3 | 15 | DD | C | 5A | 0 | D | 124 | 53 | 2F |
| Octal | 303 | 25 | 335 | 14 | 132 | 0 | 15 | 444 | 123 | 57 |
| Binary | 11000011 | 10101 | 11011101 | 1100 | 1011010 | 0 | 1101 | 100100100 | 1010011 | 101111 |
Color Harmonies of #C315DD
Complementary color
Monochromatic Colors of #C315DD
Black with #C315DD
Text Example
Text Example
White with #C315DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C315DD; }
p { color: rgb(195,21,221); }
H1.HeaderClassName
{
color: #C315DD;
}
.AnyTagClassName
{
color: #C315DD;
}
</style>
background-color css
<style>
a { background-color: #C315DD; }
a { background-color: rgb(195,21,221); }
div.DivClassName
{
background-color: #C315DD;
}
.BgClassName
{
background-color: #C315DD;
}
</style>
border-color css
<style>
span { border-color: #C315DD; }
span { border-color: rgb(195,21,221); }
td.TdClassName
{
border-color: #C315DD;
}
.TagClassName
{
border-color: #C315DD;
}
</style>