Shades of Deep Magenta #C326CA
Tints of Deep Magenta #C326CA
RGB
CMYK
RGB Variations
Color information
#C326CA (or 0xC326CA) is known color: Deep Magenta. HEX triplet: C3, 26 and CA. RGB value is (195,38,202). Sum of RGB (Red+Green+Blue) = 195+38+202=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 38 (15.23% from 255 or 8.74% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #C326CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C326CA is #3CD935. Grayscale: #676767. Windows color (decimal): -3987766 or 13248195. OLE color: 13248195.
HSL color Cylindrical-coordinate representation of color #C326CA: hue angle of 297.44º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C326CA is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 38 | 202 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.21 |
| HSL | 297.44º | 0.68% | 0.47% | - |
| HSV(B) | 297.44º | 0.81% | 0.79% | - |
| XYZ | 33.86 | 17.25 | 57.42 | - |
| YUV | 103.64 | 183.51 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 202 | 0.03 | 0.81 | 0 | 0.21 | 297.44 | 0.68 | 0.47 |
| Hex | C3 | 26 | CA | 3 | 51 | 0 | 15 | 129 | 44 | 2F |
| Octal | 303 | 46 | 312 | 3 | 121 | 0 | 25 | 451 | 104 | 57 |
| Binary | 11000011 | 100110 | 11001010 | 11 | 1010001 | 0 | 10101 | 100101001 | 1000100 | 101111 |
Color Harmonies of #C326CA
Complementary color
Monochromatic Colors of #C326CA
Black with #C326CA
Text Example
Text Example
White with #C326CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C326CA; }
p { color: rgb(195,38,202); }
H1.HeaderClassName
{
color: #C326CA;
}
.AnyTagClassName
{
color: #C326CA;
}
</style>
background-color css
<style>
a { background-color: #C326CA; }
a { background-color: rgb(195,38,202); }
div.DivClassName
{
background-color: #C326CA;
}
.BgClassName
{
background-color: #C326CA;
}
</style>
border-color css
<style>
span { border-color: #C326CA; }
span { border-color: rgb(195,38,202); }
td.TdClassName
{
border-color: #C326CA;
}
.TagClassName
{
border-color: #C326CA;
}
</style>