Shades of Deep Magenta #C523CB
Tints of Deep Magenta #C523CB
RGB
CMYK
RGB Variations
Color information
#C523CB (or 0xC523CB) is known color: Deep Magenta. HEX triplet: C5, 23 and CB. RGB value is (197,35,203). Sum of RGB (Red+Green+Blue) = 197+35+203=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 35 (14.06% from 255 or 8.05% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #C523CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C523CB is #3ADC34. Grayscale: #666666. Windows color (decimal): -3857461 or 13312965. OLE color: 13312965.
HSL color Cylindrical-coordinate representation of color #C523CB: hue angle of 297.86º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C523CB is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 35 | 203 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.20 |
| HSL | 297.86º | 0.71% | 0.47% | - |
| HSV(B) | 297.86º | 0.83% | 0.8% | - |
| XYZ | 34.41 | 17.38 | 58.04 | - |
| YUV | 102.59 | 184.67 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 203 | 0.03 | 0.83 | 0 | 0.20 | 297.86 | 0.71 | 0.47 |
| Hex | C5 | 23 | CB | 3 | 53 | 0 | 14 | 12A | 47 | 2F |
| Octal | 305 | 43 | 313 | 3 | 123 | 0 | 24 | 452 | 107 | 57 |
| Binary | 11000101 | 100011 | 11001011 | 11 | 1010011 | 0 | 10100 | 100101010 | 1000111 | 101111 |
Color Harmonies of #C523CB
Complementary color
Monochromatic Colors of #C523CB
Black with #C523CB
Text Example
Text Example
White with #C523CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C523CB; }
p { color: rgb(197,35,203); }
H1.HeaderClassName
{
color: #C523CB;
}
.AnyTagClassName
{
color: #C523CB;
}
</style>
background-color css
<style>
a { background-color: #C523CB; }
a { background-color: rgb(197,35,203); }
div.DivClassName
{
background-color: #C523CB;
}
.BgClassName
{
background-color: #C523CB;
}
</style>
border-color css
<style>
span { border-color: #C523CB; }
span { border-color: rgb(197,35,203); }
td.TdClassName
{
border-color: #C523CB;
}
.TagClassName
{
border-color: #C523CB;
}
</style>