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