Shades of Deep Magenta #C527C3
Tints of Deep Magenta #C527C3
RGB
CMYK
RGB Variations
Color information
#C527C3 (or 0xC527C3) is known color: Deep Magenta. HEX triplet: C5, 27 and C3. RGB value is (197,39,195). Sum of RGB (Red+Green+Blue) = 197+39+195=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 39 (15.62% from 255 or 9.05% from 431); Blue value is 195 (76.56% from 255 or 45.24% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C527C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C527C3 is #3AD83C. Grayscale: #676767. Windows color (decimal): -3856445 or 12789701. OLE color: 12789701.
HSL color Cylindrical-coordinate representation of color #C527C3: hue angle of 300.76º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C527C3 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 195 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.23 |
| HSL | 300.76º | 0.67% | 0.46% | - |
| HSV(B) | 300.76º | 0.8% | 0.77% | - |
| XYZ | 33.6 | 17.26 | 53.19 | - |
| YUV | 104.03 | 179.35 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 195 | 0 | 0.80 | 0.01 | 0.23 | 300.76 | 0.67 | 0.46 |
| Hex | C5 | 27 | C3 | 0 | 50 | 1 | 17 | 12D | 43 | 2E |
| Octal | 305 | 47 | 303 | 0 | 120 | 1 | 27 | 455 | 103 | 56 |
| Binary | 11000101 | 100111 | 11000011 | 0 | 1010000 | 1 | 10111 | 100101101 | 1000011 | 101110 |
Color Harmonies of #C527C3
Complementary color
Monochromatic Colors of #C527C3
Black with #C527C3
Text Example
Text Example
White with #C527C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C527C3; }
p { color: rgb(197,39,195); }
H1.HeaderClassName
{
color: #C527C3;
}
.AnyTagClassName
{
color: #C527C3;
}
</style>
background-color css
<style>
a { background-color: #C527C3; }
a { background-color: rgb(197,39,195); }
div.DivClassName
{
background-color: #C527C3;
}
.BgClassName
{
background-color: #C527C3;
}
</style>
border-color css
<style>
span { border-color: #C527C3; }
span { border-color: rgb(197,39,195); }
td.TdClassName
{
border-color: #C527C3;
}
.TagClassName
{
border-color: #C527C3;
}
</style>