Shades of Deep Magenta #C326CC
Tints of Deep Magenta #C326CC
RGB
CMYK
RGB Variations
Color information
#C326CC (or 0xC326CC) is known color: Deep Magenta. HEX triplet: C3, 26 and CC. RGB value is (195,38,204). Sum of RGB (Red+Green+Blue) = 195+38+204=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 38 (15.23% from 255 or 8.70% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #C326CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C326CC is #3CD933. Grayscale: #676767. Windows color (decimal): -3987764 or 13379267. OLE color: 13379267.
HSL color Cylindrical-coordinate representation of color #C326CC: hue angle of 296.75º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C326CC is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 38 | 204 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.2 |
| HSL | 296.75º | 0.69% | 0.47% | - |
| HSV(B) | 296.75º | 0.81% | 0.8% | - |
| XYZ | 34.1 | 17.35 | 58.68 | - |
| YUV | 103.87 | 184.51 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 204 | 0.04 | 0.81 | 0 | 0.2 | 296.75 | 0.69 | 0.47 |
| Hex | C3 | 26 | CC | 4 | 51 | 0 | 14 | 129 | 45 | 2F |
| Octal | 303 | 46 | 314 | 4 | 121 | 0 | 24 | 451 | 105 | 57 |
| Binary | 11000011 | 100110 | 11001100 | 100 | 1010001 | 0 | 10100 | 100101001 | 1000101 | 101111 |
Color Harmonies of #C326CC
Complementary color
Monochromatic Colors of #C326CC
Black with #C326CC
Text Example
Text Example
White with #C326CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C326CC; }
p { color: rgb(195,38,204); }
H1.HeaderClassName
{
color: #C326CC;
}
.AnyTagClassName
{
color: #C326CC;
}
</style>
background-color css
<style>
a { background-color: #C326CC; }
a { background-color: rgb(195,38,204); }
div.DivClassName
{
background-color: #C326CC;
}
.BgClassName
{
background-color: #C326CC;
}
</style>
border-color css
<style>
span { border-color: #C326CC; }
span { border-color: rgb(195,38,204); }
td.TdClassName
{
border-color: #C326CC;
}
.TagClassName
{
border-color: #C326CC;
}
</style>