Shades of Deep Magenta #CC28C3
Tints of Deep Magenta #CC28C3
RGB
CMYK
RGB Variations
Color information
#CC28C3 (or 0xCC28C3) is known color: Deep Magenta. HEX triplet: CC, 28 and C3. RGB value is (204,40,195). Sum of RGB (Red+Green+Blue) = 204+40+195=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 195 (76.56% from 255 or 44.42% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC28C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC28C3 is #33D73C. Grayscale: #6A6A6A. Windows color (decimal): -3397437 or 12789964. OLE color: 12789964.
HSL color Cylindrical-coordinate representation of color #CC28C3: hue angle of 303.29º 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 #CC28C3 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 195 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.2 |
| HSL | 303.29º | 0.67% | 0.48% | - |
| HSV(B) | 303.29º | 0.8% | 0.8% | - |
| XYZ | 35.51 | 18.3 | 53.29 | - |
| YUV | 106.71 | 177.83 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 195 | 0 | 0.80 | 0.04 | 0.2 | 303.29 | 0.67 | 0.48 |
| Hex | CC | 28 | C3 | 0 | 50 | 4 | 14 | 12F | 43 | 30 |
| Octal | 314 | 50 | 303 | 0 | 120 | 4 | 24 | 457 | 103 | 60 |
| Binary | 11001100 | 101000 | 11000011 | 0 | 1010000 | 100 | 10100 | 100101111 | 1000011 | 110000 |
Color Harmonies of #CC28C3
Complementary color
Monochromatic Colors of #CC28C3
Black with #CC28C3
Text Example
Text Example
White with #CC28C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC28C3; }
p { color: rgb(204,40,195); }
H1.HeaderClassName
{
color: #CC28C3;
}
.AnyTagClassName
{
color: #CC28C3;
}
</style>
background-color css
<style>
a { background-color: #CC28C3; }
a { background-color: rgb(204,40,195); }
div.DivClassName
{
background-color: #CC28C3;
}
.BgClassName
{
background-color: #CC28C3;
}
</style>
border-color css
<style>
span { border-color: #CC28C3; }
span { border-color: rgb(204,40,195); }
td.TdClassName
{
border-color: #CC28C3;
}
.TagClassName
{
border-color: #CC28C3;
}
</style>