Shades of Deep Magenta #C326C5
Tints of Deep Magenta #C326C5
RGB
CMYK
RGB Variations
Color information
#C326C5 (or 0xC326C5) is known color: Deep Magenta. HEX triplet: C3, 26 and C5. RGB value is (195,38,197). Sum of RGB (Red+Green+Blue) = 195+38+197=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 38 (15.23% from 255 or 8.84% from 430); Blue value is 197 (77.34% from 255 or 45.81% from 430); Max value from RGB is 197 - color contains mainly: blue. Hex color #C326C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C326C5 is #3CD93A. Grayscale: #666666. Windows color (decimal): -3987771 or 12920515. OLE color: 12920515.
HSL color Cylindrical-coordinate representation of color #C326C5: 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 #C326C5 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 38 | 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.28 | 17.02 | 54.35 | - |
| YUV | 103.07 | 181.01 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 197 | 0.01 | 0.81 | 0 | 0.23 | 299.25 | 0.68 | 0.46 |
| Hex | C3 | 26 | C5 | 1 | 51 | 0 | 17 | 12B | 44 | 2E |
| Octal | 303 | 46 | 305 | 1 | 121 | 0 | 27 | 453 | 104 | 56 |
| Binary | 11000011 | 100110 | 11000101 | 1 | 1010001 | 0 | 10111 | 100101011 | 1000100 | 101110 |
Color Harmonies of #C326C5
Complementary color
Monochromatic Colors of #C326C5
Black with #C326C5
Text Example
Text Example
White with #C326C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C326C5; }
p { color: rgb(195,38,197); }
H1.HeaderClassName
{
color: #C326C5;
}
.AnyTagClassName
{
color: #C326C5;
}
</style>
background-color css
<style>
a { background-color: #C326C5; }
a { background-color: rgb(195,38,197); }
div.DivClassName
{
background-color: #C326C5;
}
.BgClassName
{
background-color: #C326C5;
}
</style>
border-color css
<style>
span { border-color: #C326C5; }
span { border-color: rgb(195,38,197); }
td.TdClassName
{
border-color: #C326C5;
}
.TagClassName
{
border-color: #C326C5;
}
</style>