Shades of Deep Magenta #C325B6
Tints of Deep Magenta #C325B6
RGB
CMYK
RGB Variations
Color information
#C325B6 (or 0xC325B6) is known color: Deep Magenta. HEX triplet: C3, 25 and B6. RGB value is (195,37,182). Sum of RGB (Red+Green+Blue) = 195+37+182=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C325B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C325B6 is #3CDA49. Grayscale: #646464. Windows color (decimal): -3988042 or 11937219. OLE color: 11937219.
HSL color Cylindrical-coordinate representation of color #C325B6: hue angle of 304.94º 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 #C325B6 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 182 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.24 |
| HSL | 304.94º | 0.68% | 0.45% | - |
| HSV(B) | 304.94º | 0.81% | 0.76% | - |
| XYZ | 31.61 | 16.3 | 45.74 | - |
| YUV | 100.77 | 173.85 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 182 | 0 | 0.81 | 0.07 | 0.24 | 304.94 | 0.68 | 0.45 |
| Hex | C3 | 25 | B6 | 0 | 51 | 7 | 18 | 131 | 44 | 2D |
| Octal | 303 | 45 | 266 | 0 | 121 | 7 | 30 | 461 | 104 | 55 |
| Binary | 11000011 | 100101 | 10110110 | 0 | 1010001 | 111 | 11000 | 100110001 | 1000100 | 101101 |
Color Harmonies of #C325B6
Complementary color
Monochromatic Colors of #C325B6
Black with #C325B6
Text Example
Text Example
White with #C325B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C325B6; }
p { color: rgb(195,37,182); }
H1.HeaderClassName
{
color: #C325B6;
}
.AnyTagClassName
{
color: #C325B6;
}
</style>
background-color css
<style>
a { background-color: #C325B6; }
a { background-color: rgb(195,37,182); }
div.DivClassName
{
background-color: #C325B6;
}
.BgClassName
{
background-color: #C325B6;
}
</style>
border-color css
<style>
span { border-color: #C325B6; }
span { border-color: rgb(195,37,182); }
td.TdClassName
{
border-color: #C325B6;
}
.TagClassName
{
border-color: #C325B6;
}
</style>