Shades of Deep Magenta #C325CC
Tints of Deep Magenta #C325CC
RGB
CMYK
RGB Variations
Color information
#C325CC (or 0xC325CC) is known color: Deep Magenta. HEX triplet: C3, 25 and CC. RGB value is (195,37,204). Sum of RGB (Red+Green+Blue) = 195+37+204=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #C325CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C325CC is #3CDA33. Grayscale: #666666. Windows color (decimal): -3988020 or 13379011. OLE color: 13379011.
HSL color Cylindrical-coordinate representation of color #C325CC: hue angle of 296.77º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C325CC is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 37 | 204 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.2 |
| HSL | 296.77º | 0.69% | 0.47% | - |
| HSV(B) | 296.77º | 0.82% | 0.8% | - |
| XYZ | 34.07 | 17.28 | 58.67 | - |
| YUV | 103.28 | 184.85 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 204 | 0.04 | 0.82 | 0 | 0.2 | 296.77 | 0.69 | 0.47 |
| Hex | C3 | 25 | CC | 4 | 52 | 0 | 14 | 129 | 45 | 2F |
| Octal | 303 | 45 | 314 | 4 | 122 | 0 | 24 | 451 | 105 | 57 |
| Binary | 11000011 | 100101 | 11001100 | 100 | 1010010 | 0 | 10100 | 100101001 | 1000101 | 101111 |
Color Harmonies of #C325CC
Complementary color
Monochromatic Colors of #C325CC
Black with #C325CC
Text Example
Text Example
White with #C325CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C325CC; }
p { color: rgb(195,37,204); }
H1.HeaderClassName
{
color: #C325CC;
}
.AnyTagClassName
{
color: #C325CC;
}
</style>
background-color css
<style>
a { background-color: #C325CC; }
a { background-color: rgb(195,37,204); }
div.DivClassName
{
background-color: #C325CC;
}
.BgClassName
{
background-color: #C325CC;
}
</style>
border-color css
<style>
span { border-color: #C325CC; }
span { border-color: rgb(195,37,204); }
td.TdClassName
{
border-color: #C325CC;
}
.TagClassName
{
border-color: #C325CC;
}
</style>