Shades of Deep Magenta #C325B2
Tints of Deep Magenta #C325B2
RGB
CMYK
RGB Variations
Color information
#C325B2 (or 0xC325B2) is known color: Deep Magenta. HEX triplet: C3, 25 and B2. RGB value is (195,37,178). Sum of RGB (Red+Green+Blue) = 195+37+178=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C325B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C325B2 is #3CDA4D. Grayscale: #636363. Windows color (decimal): -3988046 or 11675075. OLE color: 11675075.
HSL color Cylindrical-coordinate representation of color #C325B2: hue angle of 306.46º 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 #C325B2 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 178 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.24 |
| HSL | 306.46º | 0.68% | 0.45% | - |
| HSV(B) | 306.46º | 0.81% | 0.76% | - |
| XYZ | 31.2 | 16.14 | 43.59 | - |
| YUV | 100.32 | 171.85 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 178 | 0 | 0.81 | 0.09 | 0.24 | 306.46 | 0.68 | 0.45 |
| Hex | C3 | 25 | B2 | 0 | 51 | 9 | 18 | 132 | 44 | 2D |
| Octal | 303 | 45 | 262 | 0 | 121 | 11 | 30 | 462 | 104 | 55 |
| Binary | 11000011 | 100101 | 10110010 | 0 | 1010001 | 1001 | 11000 | 100110010 | 1000100 | 101101 |
Color Harmonies of #C325B2
Complementary color
Monochromatic Colors of #C325B2
Black with #C325B2
Text Example
Text Example
White with #C325B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C325B2; }
p { color: rgb(195,37,178); }
H1.HeaderClassName
{
color: #C325B2;
}
.AnyTagClassName
{
color: #C325B2;
}
</style>
background-color css
<style>
a { background-color: #C325B2; }
a { background-color: rgb(195,37,178); }
div.DivClassName
{
background-color: #C325B2;
}
.BgClassName
{
background-color: #C325B2;
}
</style>
border-color css
<style>
span { border-color: #C325B2; }
span { border-color: rgb(195,37,178); }
td.TdClassName
{
border-color: #C325B2;
}
.TagClassName
{
border-color: #C325B2;
}
</style>