Shades of Deep Magenta #CC28BF
Tints of Deep Magenta #CC28BF
RGB
CMYK
RGB Variations
Color information
#CC28BF (or 0xCC28BF) is known color: Deep Magenta. HEX triplet: CC, 28 and BF. RGB value is (204,40,191). Sum of RGB (Red+Green+Blue) = 204+40+191=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC28BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC28BF is #33D740. Grayscale: #696969. Windows color (decimal): -3397441 or 12527820. OLE color: 12527820.
HSL color Cylindrical-coordinate representation of color #CC28BF: hue angle of 304.76º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC28BF is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 191 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.2 |
| HSL | 304.76º | 0.67% | 0.48% | - |
| HSV(B) | 304.76º | 0.8% | 0.8% | - |
| XYZ | 35.06 | 18.12 | 50.94 | - |
| YUV | 106.25 | 175.83 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 191 | 0 | 0.80 | 0.06 | 0.2 | 304.76 | 0.67 | 0.48 |
| Hex | CC | 28 | BF | 0 | 50 | 6 | 14 | 131 | 43 | 30 |
| Octal | 314 | 50 | 277 | 0 | 120 | 6 | 24 | 461 | 103 | 60 |
| Binary | 11001100 | 101000 | 10111111 | 0 | 1010000 | 110 | 10100 | 100110001 | 1000011 | 110000 |
Color Harmonies of #CC28BF
Complementary color
Monochromatic Colors of #CC28BF
Black with #CC28BF
Text Example
Text Example
White with #CC28BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC28BF; }
p { color: rgb(204,40,191); }
H1.HeaderClassName
{
color: #CC28BF;
}
.AnyTagClassName
{
color: #CC28BF;
}
</style>
background-color css
<style>
a { background-color: #CC28BF; }
a { background-color: rgb(204,40,191); }
div.DivClassName
{
background-color: #CC28BF;
}
.BgClassName
{
background-color: #CC28BF;
}
</style>
border-color css
<style>
span { border-color: #CC28BF; }
span { border-color: rgb(204,40,191); }
td.TdClassName
{
border-color: #CC28BF;
}
.TagClassName
{
border-color: #CC28BF;
}
</style>