Shades of Deep Magenta #CC20BA
Tints of Deep Magenta #CC20BA
RGB
CMYK
RGB Variations
Color information
#CC20BA (or 0xCC20BA) is known color: Deep Magenta. HEX triplet: CC, 20 and BA. RGB value is (204,32,186). Sum of RGB (Red+Green+Blue) = 204+32+186=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC20BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC20BA is #33DF45. Grayscale: #646464. Windows color (decimal): -3399494 or 12198092. OLE color: 12198092.
HSL color Cylindrical-coordinate representation of color #CC20BA: hue angle of 306.28º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC20BA is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 186 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.2 |
| HSL | 306.28º | 0.73% | 0.46% | - |
| HSV(B) | 306.28º | 0.84% | 0.8% | - |
| XYZ | 34.28 | 17.42 | 48.01 | - |
| YUV | 100.98 | 175.98 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 186 | 0 | 0.84 | 0.09 | 0.2 | 306.28 | 0.73 | 0.46 |
| Hex | CC | 20 | BA | 0 | 54 | 9 | 14 | 132 | 49 | 2E |
| Octal | 314 | 40 | 272 | 0 | 124 | 11 | 24 | 462 | 111 | 56 |
| Binary | 11001100 | 100000 | 10111010 | 0 | 1010100 | 1001 | 10100 | 100110010 | 1001001 | 101110 |
Color Harmonies of #CC20BA
Complementary color
Monochromatic Colors of #CC20BA
Black with #CC20BA
Text Example
Text Example
White with #CC20BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC20BA; }
p { color: rgb(204,32,186); }
H1.HeaderClassName
{
color: #CC20BA;
}
.AnyTagClassName
{
color: #CC20BA;
}
</style>
background-color css
<style>
a { background-color: #CC20BA; }
a { background-color: rgb(204,32,186); }
div.DivClassName
{
background-color: #CC20BA;
}
.BgClassName
{
background-color: #CC20BA;
}
</style>
border-color css
<style>
span { border-color: #CC20BA; }
span { border-color: rgb(204,32,186); }
td.TdClassName
{
border-color: #CC20BA;
}
.TagClassName
{
border-color: #CC20BA;
}
</style>