Shades of Deep Magenta #C325B0
Tints of Deep Magenta #C325B0
RGB
CMYK
RGB Variations
Color information
#C325B0 (or 0xC325B0) is known color: Deep Magenta. HEX triplet: C3, 25 and B0. RGB value is (195,37,176). Sum of RGB (Red+Green+Blue) = 195+37+176=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C325B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C325B0 is #3CDA4F. Grayscale: #636363. Windows color (decimal): -3988048 or 11544003. OLE color: 11544003.
HSL color Cylindrical-coordinate representation of color #C325B0: hue angle of 307.22º 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 #C325B0 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 176 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.24 |
| HSL | 307.22º | 0.68% | 0.45% | - |
| HSV(B) | 307.22º | 0.81% | 0.76% | - |
| XYZ | 31 | 16.06 | 42.54 | - |
| YUV | 100.09 | 170.85 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 176 | 0 | 0.81 | 0.10 | 0.24 | 307.22 | 0.68 | 0.45 |
| Hex | C3 | 25 | B0 | 0 | 51 | A | 18 | 133 | 44 | 2D |
| Octal | 303 | 45 | 260 | 0 | 121 | 12 | 30 | 463 | 104 | 55 |
| Binary | 11000011 | 100101 | 10110000 | 0 | 1010001 | 1010 | 11000 | 100110011 | 1000100 | 101101 |
Color Harmonies of #C325B0
Complementary color
Monochromatic Colors of #C325B0
Black with #C325B0
Text Example
Text Example
White with #C325B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C325B0; }
p { color: rgb(195,37,176); }
H1.HeaderClassName
{
color: #C325B0;
}
.AnyTagClassName
{
color: #C325B0;
}
</style>
background-color css
<style>
a { background-color: #C325B0; }
a { background-color: rgb(195,37,176); }
div.DivClassName
{
background-color: #C325B0;
}
.BgClassName
{
background-color: #C325B0;
}
</style>
border-color css
<style>
span { border-color: #C325B0; }
span { border-color: rgb(195,37,176); }
td.TdClassName
{
border-color: #C325B0;
}
.TagClassName
{
border-color: #C325B0;
}
</style>