Shades of Deep Magenta #C325CB
Tints of Deep Magenta #C325CB
RGB
CMYK
RGB Variations
Color information
#C325CB (or 0xC325CB) is known color: Deep Magenta. HEX triplet: C3, 25 and CB. RGB value is (195,37,203). Sum of RGB (Red+Green+Blue) = 195+37+203=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #C325CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C325CB is #3CDA34. Grayscale: #666666. Windows color (decimal): -3988021 or 13313475. OLE color: 13313475.
HSL color Cylindrical-coordinate representation of color #C325CB: hue angle of 297.11º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C325CB is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 37 | 203 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.20 |
| HSL | 297.11º | 0.69% | 0.47% | - |
| HSV(B) | 297.11º | 0.82% | 0.8% | - |
| XYZ | 33.95 | 17.24 | 58.04 | - |
| YUV | 103.17 | 184.35 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 203 | 0.04 | 0.82 | 0 | 0.20 | 297.11 | 0.69 | 0.47 |
| Hex | C3 | 25 | CB | 4 | 52 | 0 | 14 | 129 | 45 | 2F |
| Octal | 303 | 45 | 313 | 4 | 122 | 0 | 24 | 451 | 105 | 57 |
| Binary | 11000011 | 100101 | 11001011 | 100 | 1010010 | 0 | 10100 | 100101001 | 1000101 | 101111 |
Color Harmonies of #C325CB
Complementary color
Monochromatic Colors of #C325CB
Black with #C325CB
Text Example
Text Example
White with #C325CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C325CB; }
p { color: rgb(195,37,203); }
H1.HeaderClassName
{
color: #C325CB;
}
.AnyTagClassName
{
color: #C325CB;
}
</style>
background-color css
<style>
a { background-color: #C325CB; }
a { background-color: rgb(195,37,203); }
div.DivClassName
{
background-color: #C325CB;
}
.BgClassName
{
background-color: #C325CB;
}
</style>
border-color css
<style>
span { border-color: #C325CB; }
span { border-color: rgb(195,37,203); }
td.TdClassName
{
border-color: #C325CB;
}
.TagClassName
{
border-color: #C325CB;
}
</style>