Shades of Deep Magenta #C522C3
Tints of Deep Magenta #C522C3
RGB
CMYK
RGB Variations
Color information
#C522C3 (or 0xC522C3) is known color: Deep Magenta. HEX triplet: C5, 22 and C3. RGB value is (197,34,195). Sum of RGB (Red+Green+Blue) = 197+34+195=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 34 (13.67% from 255 or 7.98% from 426); Blue value is 195 (76.56% from 255 or 45.77% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C522C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C522C3 is #3ADD3C. Grayscale: #646464. Windows color (decimal): -3857725 or 12788421. OLE color: 12788421.
HSL color Cylindrical-coordinate representation of color #C522C3: hue angle of 300.74º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C522C3 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 195 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.23 |
| HSL | 300.74º | 0.71% | 0.45% | - |
| HSV(B) | 300.74º | 0.83% | 0.77% | - |
| XYZ | 33.45 | 16.95 | 53.14 | - |
| YUV | 101.09 | 181 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 195 | 0 | 0.83 | 0.01 | 0.23 | 300.74 | 0.71 | 0.45 |
| Hex | C5 | 22 | C3 | 0 | 53 | 1 | 17 | 12D | 47 | 2D |
| Octal | 305 | 42 | 303 | 0 | 123 | 1 | 27 | 455 | 107 | 55 |
| Binary | 11000101 | 100010 | 11000011 | 0 | 1010011 | 1 | 10111 | 100101101 | 1000111 | 101101 |
Color Harmonies of #C522C3
Complementary color
Monochromatic Colors of #C522C3
Black with #C522C3
Text Example
Text Example
White with #C522C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C522C3; }
p { color: rgb(197,34,195); }
H1.HeaderClassName
{
color: #C522C3;
}
.AnyTagClassName
{
color: #C522C3;
}
</style>
background-color css
<style>
a { background-color: #C522C3; }
a { background-color: rgb(197,34,195); }
div.DivClassName
{
background-color: #C522C3;
}
.BgClassName
{
background-color: #C522C3;
}
</style>
border-color css
<style>
span { border-color: #C522C3; }
span { border-color: rgb(197,34,195); }
td.TdClassName
{
border-color: #C522C3;
}
.TagClassName
{
border-color: #C522C3;
}
</style>