Shades of Deep Magenta #CC28DA
Tints of Deep Magenta #CC28DA
RGB
CMYK
RGB Variations
Color information
#CC28DA (or 0xCC28DA) is known color: Deep Magenta. HEX triplet: CC, 28 and DA. RGB value is (204,40,218). Sum of RGB (Red+Green+Blue) = 204+40+218=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC28DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC28DA is #33D725. Grayscale: #6C6C6C. Windows color (decimal): -3397414 or 14297292. OLE color: 14297292.
HSL color Cylindrical-coordinate representation of color #CC28DA: hue angle of 295.28º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC28DA is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 40 | 218 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.15 |
| HSL | 295.28º | 0.71% | 0.51% | - |
| HSV(B) | 295.28º | 0.82% | 0.85% | - |
| XYZ | 38.32 | 19.42 | 68.06 | - |
| YUV | 109.33 | 189.33 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 218 | 0.06 | 0.82 | 0 | 0.15 | 295.28 | 0.71 | 0.51 |
| Hex | CC | 28 | DA | 6 | 52 | 0 | F | 127 | 47 | 33 |
| Octal | 314 | 50 | 332 | 6 | 122 | 0 | 17 | 447 | 107 | 63 |
| Binary | 11001100 | 101000 | 11011010 | 110 | 1010010 | 0 | 1111 | 100100111 | 1000111 | 110011 |
Color Harmonies of #CC28DA
Complementary color
Monochromatic Colors of #CC28DA
Black with #CC28DA
Text Example
Text Example
White with #CC28DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC28DA; }
p { color: rgb(204,40,218); }
H1.HeaderClassName
{
color: #CC28DA;
}
.AnyTagClassName
{
color: #CC28DA;
}
</style>
background-color css
<style>
a { background-color: #CC28DA; }
a { background-color: rgb(204,40,218); }
div.DivClassName
{
background-color: #CC28DA;
}
.BgClassName
{
background-color: #CC28DA;
}
</style>
border-color css
<style>
span { border-color: #CC28DA; }
span { border-color: rgb(204,40,218); }
td.TdClassName
{
border-color: #CC28DA;
}
.TagClassName
{
border-color: #CC28DA;
}
</style>