Shades of Deep Magenta #C325C5
Tints of Deep Magenta #C325C5
RGB
CMYK
RGB Variations
Color information
#C325C5 (or 0xC325C5) is known color: Deep Magenta. HEX triplet: C3, 25 and C5. RGB value is (195,37,197). Sum of RGB (Red+Green+Blue) = 195+37+197=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 197 - color contains mainly: blue. Hex color #C325C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C325C5 is #3CDA3A. Grayscale: #666666. Windows color (decimal): -3988027 or 12920259. OLE color: 12920259.
HSL color Cylindrical-coordinate representation of color #C325C5: hue angle of 299.25º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C325C5 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 37 | 197 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.23 |
| HSL | 299.25º | 0.68% | 0.46% | - |
| HSV(B) | 299.25º | 0.81% | 0.77% | - |
| XYZ | 33.25 | 16.96 | 54.34 | - |
| YUV | 102.48 | 181.35 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 197 | 0.01 | 0.81 | 0 | 0.23 | 299.25 | 0.68 | 0.46 |
| Hex | C3 | 25 | C5 | 1 | 51 | 0 | 17 | 12B | 44 | 2E |
| Octal | 303 | 45 | 305 | 1 | 121 | 0 | 27 | 453 | 104 | 56 |
| Binary | 11000011 | 100101 | 11000101 | 1 | 1010001 | 0 | 10111 | 100101011 | 1000100 | 101110 |
Color Harmonies of #C325C5
Complementary color
Monochromatic Colors of #C325C5
Black with #C325C5
Text Example
Text Example
White with #C325C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C325C5; }
p { color: rgb(195,37,197); }
H1.HeaderClassName
{
color: #C325C5;
}
.AnyTagClassName
{
color: #C325C5;
}
</style>
background-color css
<style>
a { background-color: #C325C5; }
a { background-color: rgb(195,37,197); }
div.DivClassName
{
background-color: #C325C5;
}
.BgClassName
{
background-color: #C325C5;
}
</style>
border-color css
<style>
span { border-color: #C325C5; }
span { border-color: rgb(195,37,197); }
td.TdClassName
{
border-color: #C325C5;
}
.TagClassName
{
border-color: #C325C5;
}
</style>