Shades of Deep Magenta #C325DC
Tints of Deep Magenta #C325DC
RGB
CMYK
RGB Variations
Color information
#C325DC (or 0xC325DC) is known color: Deep Magenta. HEX triplet: C3, 25 and DC. RGB value is (195,37,220). Sum of RGB (Red+Green+Blue) = 195+37+220=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 37 (14.84% from 255 or 8.19% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #C325DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C325DC is #3CDA23. Grayscale: #686868. Windows color (decimal): -3988004 or 14427587. OLE color: 14427587.
HSL color Cylindrical-coordinate representation of color #C325DC: hue angle of 291.8º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C325DC is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 37 | 220 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.14 |
| HSL | 291.8º | 0.72% | 0.5% | - |
| HSV(B) | 291.8º | 0.83% | 0.86% | - |
| XYZ | 36.09 | 18.09 | 69.3 | - |
| YUV | 105.1 | 192.85 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 220 | 0.11 | 0.83 | 0 | 0.14 | 291.8 | 0.72 | 0.5 |
| Hex | C3 | 25 | DC | B | 53 | 0 | E | 124 | 48 | 32 |
| Octal | 303 | 45 | 334 | 13 | 123 | 0 | 16 | 444 | 110 | 62 |
| Binary | 11000011 | 100101 | 11011100 | 1011 | 1010011 | 0 | 1110 | 100100100 | 1001000 | 110010 |
Color Harmonies of #C325DC
Complementary color
Monochromatic Colors of #C325DC
Black with #C325DC
Text Example
Text Example
White with #C325DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C325DC; }
p { color: rgb(195,37,220); }
H1.HeaderClassName
{
color: #C325DC;
}
.AnyTagClassName
{
color: #C325DC;
}
</style>
background-color css
<style>
a { background-color: #C325DC; }
a { background-color: rgb(195,37,220); }
div.DivClassName
{
background-color: #C325DC;
}
.BgClassName
{
background-color: #C325DC;
}
</style>
border-color css
<style>
span { border-color: #C325DC; }
span { border-color: rgb(195,37,220); }
td.TdClassName
{
border-color: #C325DC;
}
.TagClassName
{
border-color: #C325DC;
}
</style>