Shades of Deep Magenta #CC20B9
Tints of Deep Magenta #CC20B9
RGB
CMYK
RGB Variations
Color information
#CC20B9 (or 0xCC20B9) is known color: Deep Magenta. HEX triplet: CC, 20 and B9. RGB value is (204,32,185). Sum of RGB (Red+Green+Blue) = 204+32+185=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC20B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC20B9 is #33DF46. Grayscale: #646464. Windows color (decimal): -3399495 or 12132556. OLE color: 12132556.
HSL color Cylindrical-coordinate representation of color #CC20B9: hue angle of 306.63º 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 #CC20B9 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 185 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.2 |
| HSL | 306.63º | 0.73% | 0.46% | - |
| HSV(B) | 306.63º | 0.84% | 0.8% | - |
| XYZ | 34.18 | 17.37 | 47.45 | - |
| YUV | 100.87 | 175.48 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 185 | 0 | 0.84 | 0.09 | 0.2 | 306.63 | 0.73 | 0.46 |
| Hex | CC | 20 | B9 | 0 | 54 | 9 | 14 | 133 | 49 | 2E |
| Octal | 314 | 40 | 271 | 0 | 124 | 11 | 24 | 463 | 111 | 56 |
| Binary | 11001100 | 100000 | 10111001 | 0 | 1010100 | 1001 | 10100 | 100110011 | 1001001 | 101110 |
Color Harmonies of #CC20B9
Complementary color
Monochromatic Colors of #CC20B9
Black with #CC20B9
Text Example
Text Example
White with #CC20B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC20B9; }
p { color: rgb(204,32,185); }
H1.HeaderClassName
{
color: #CC20B9;
}
.AnyTagClassName
{
color: #CC20B9;
}
</style>
background-color css
<style>
a { background-color: #CC20B9; }
a { background-color: rgb(204,32,185); }
div.DivClassName
{
background-color: #CC20B9;
}
.BgClassName
{
background-color: #CC20B9;
}
</style>
border-color css
<style>
span { border-color: #CC20B9; }
span { border-color: rgb(204,32,185); }
td.TdClassName
{
border-color: #CC20B9;
}
.TagClassName
{
border-color: #CC20B9;
}
</style>