Shades of Deep Magenta #C325B9
Tints of Deep Magenta #C325B9
RGB
CMYK
RGB Variations
Color information
#C325B9 (or 0xC325B9) is known color: Deep Magenta. HEX triplet: C3, 25 and B9. RGB value is (195,37,185). Sum of RGB (Red+Green+Blue) = 195+37+185=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C325B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C325B9 is #3CDA46. Grayscale: #646464. Windows color (decimal): -3988039 or 12133827. OLE color: 12133827.
HSL color Cylindrical-coordinate representation of color #C325B9: hue angle of 303.8º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C325B9 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 185 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.24 |
| HSL | 303.8º | 0.68% | 0.45% | - |
| HSV(B) | 303.8º | 0.81% | 0.76% | - |
| XYZ | 31.92 | 16.43 | 47.39 | - |
| YUV | 101.11 | 175.35 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 185 | 0 | 0.81 | 0.05 | 0.24 | 303.8 | 0.68 | 0.45 |
| Hex | C3 | 25 | B9 | 0 | 51 | 5 | 18 | 130 | 44 | 2D |
| Octal | 303 | 45 | 271 | 0 | 121 | 5 | 30 | 460 | 104 | 55 |
| Binary | 11000011 | 100101 | 10111001 | 0 | 1010001 | 101 | 11000 | 100110000 | 1000100 | 101101 |
Color Harmonies of #C325B9
Complementary color
Monochromatic Colors of #C325B9
Black with #C325B9
Text Example
Text Example
White with #C325B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C325B9; }
p { color: rgb(195,37,185); }
H1.HeaderClassName
{
color: #C325B9;
}
.AnyTagClassName
{
color: #C325B9;
}
</style>
background-color css
<style>
a { background-color: #C325B9; }
a { background-color: rgb(195,37,185); }
div.DivClassName
{
background-color: #C325B9;
}
.BgClassName
{
background-color: #C325B9;
}
</style>
border-color css
<style>
span { border-color: #C325B9; }
span { border-color: rgb(195,37,185); }
td.TdClassName
{
border-color: #C325B9;
}
.TagClassName
{
border-color: #C325B9;
}
</style>