Shades of Deep Magenta #C321DF
Tints of Deep Magenta #C321DF
RGB
CMYK
RGB Variations
Color information
#C321DF (or 0xC321DF) is known color: Deep Magenta. HEX triplet: C3, 21 and DF. RGB value is (195,33,223). Sum of RGB (Red+Green+Blue) = 195+33+223=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 33 (13.28% from 255 or 7.32% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #C321DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C321DF is #3CDE20. Grayscale: #666666. Windows color (decimal): -3989025 or 14623171. OLE color: 14623171.
HSL color Cylindrical-coordinate representation of color #C321DF: hue angle of 291.16º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C321DF is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 33 | 223 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.13 |
| HSL | 291.16º | 0.75% | 0.5% | - |
| HSV(B) | 291.16º | 0.85% | 0.87% | - |
| XYZ | 36.37 | 18.02 | 71.37 | - |
| YUV | 103.1 | 195.67 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 223 | 0.13 | 0.85 | 0 | 0.13 | 291.16 | 0.75 | 0.5 |
| Hex | C3 | 21 | DF | D | 55 | 0 | D | 123 | 4B | 32 |
| Octal | 303 | 41 | 337 | 15 | 125 | 0 | 15 | 443 | 113 | 62 |
| Binary | 11000011 | 100001 | 11011111 | 1101 | 1010101 | 0 | 1101 | 100100011 | 1001011 | 110010 |
Color Harmonies of #C321DF
Complementary color
Monochromatic Colors of #C321DF
Black with #C321DF
Text Example
Text Example
White with #C321DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C321DF; }
p { color: rgb(195,33,223); }
H1.HeaderClassName
{
color: #C321DF;
}
.AnyTagClassName
{
color: #C321DF;
}
</style>
background-color css
<style>
a { background-color: #C321DF; }
a { background-color: rgb(195,33,223); }
div.DivClassName
{
background-color: #C321DF;
}
.BgClassName
{
background-color: #C321DF;
}
</style>
border-color css
<style>
span { border-color: #C321DF; }
span { border-color: rgb(195,33,223); }
td.TdClassName
{
border-color: #C321DF;
}
.TagClassName
{
border-color: #C321DF;
}
</style>