Shades of Deep Magenta #C529CF
Tints of Deep Magenta #C529CF
RGB
CMYK
RGB Variations
Color information
#C529CF (or 0xC529CF) is known color: Deep Magenta. HEX triplet: C5, 29 and CF. RGB value is (197,41,207). Sum of RGB (Red+Green+Blue) = 197+41+207=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 41 (16.41% from 255 or 9.21% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #C529CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C529CF is #3AD630. Grayscale: #6A6A6A. Windows color (decimal): -3855921 or 13576645. OLE color: 13576645.
HSL color Cylindrical-coordinate representation of color #C529CF: hue angle of 296.39º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C529CF is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 41 | 207 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.19 |
| HSL | 296.39º | 0.67% | 0.49% | - |
| HSV(B) | 296.39º | 0.8% | 0.81% | - |
| XYZ | 35.08 | 17.96 | 60.65 | - |
| YUV | 106.57 | 184.68 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 207 | 0.05 | 0.80 | 0 | 0.19 | 296.39 | 0.67 | 0.49 |
| Hex | C5 | 29 | CF | 5 | 50 | 0 | 13 | 128 | 43 | 31 |
| Octal | 305 | 51 | 317 | 5 | 120 | 0 | 23 | 450 | 103 | 61 |
| Binary | 11000101 | 101001 | 11001111 | 101 | 1010000 | 0 | 10011 | 100101000 | 1000011 | 110001 |
Color Harmonies of #C529CF
Complementary color
Monochromatic Colors of #C529CF
Black with #C529CF
Text Example
Text Example
White with #C529CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C529CF; }
p { color: rgb(197,41,207); }
H1.HeaderClassName
{
color: #C529CF;
}
.AnyTagClassName
{
color: #C529CF;
}
</style>
background-color css
<style>
a { background-color: #C529CF; }
a { background-color: rgb(197,41,207); }
div.DivClassName
{
background-color: #C529CF;
}
.BgClassName
{
background-color: #C529CF;
}
</style>
border-color css
<style>
span { border-color: #C529CF; }
span { border-color: rgb(197,41,207); }
td.TdClassName
{
border-color: #C529CF;
}
.TagClassName
{
border-color: #C529CF;
}
</style>