Shades of Deep Magenta #C318DD
Tints of Deep Magenta #C318DD
RGB
CMYK
RGB Variations
Color information
#C318DD (or 0xC318DD) is known color: Deep Magenta. HEX triplet: C3, 18 and DD. RGB value is (195,24,221). Sum of RGB (Red+Green+Blue) = 195+24+221=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 24 (9.77% from 255 or 5.45% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #C318DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C318DD is #3CE722. Grayscale: #606060. Windows color (decimal): -3991331 or 14489795. OLE color: 14489795.
HSL color Cylindrical-coordinate representation of color #C318DD: hue angle of 292.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C318DD is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 24 | 221 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.13 |
| HSL | 292.08º | 0.8% | 0.48% | - |
| HSV(B) | 292.08º | 0.89% | 0.87% | - |
| XYZ | 35.88 | 17.48 | 69.89 | - |
| YUV | 97.59 | 197.65 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 221 | 0.12 | 0.89 | 0 | 0.13 | 292.08 | 0.8 | 0.48 |
| Hex | C3 | 18 | DD | C | 59 | 0 | D | 124 | 50 | 30 |
| Octal | 303 | 30 | 335 | 14 | 131 | 0 | 15 | 444 | 120 | 60 |
| Binary | 11000011 | 11000 | 11011101 | 1100 | 1011001 | 0 | 1101 | 100100100 | 1010000 | 110000 |
Color Harmonies of #C318DD
Complementary color
Monochromatic Colors of #C318DD
Black with #C318DD
Text Example
Text Example
White with #C318DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C318DD; }
p { color: rgb(195,24,221); }
H1.HeaderClassName
{
color: #C318DD;
}
.AnyTagClassName
{
color: #C318DD;
}
</style>
background-color css
<style>
a { background-color: #C318DD; }
a { background-color: rgb(195,24,221); }
div.DivClassName
{
background-color: #C318DD;
}
.BgClassName
{
background-color: #C318DD;
}
</style>
border-color css
<style>
span { border-color: #C318DD; }
span { border-color: rgb(195,24,221); }
td.TdClassName
{
border-color: #C318DD;
}
.TagClassName
{
border-color: #C318DD;
}
</style>