Shades of Deep Magenta #CC1AD6
Tints of Deep Magenta #CC1AD6
RGB
CMYK
RGB Variations
Color information
#CC1AD6 (or 0xCC1AD6) is known color: Deep Magenta. HEX triplet: CC, 1A and D6. RGB value is (204,26,214). Sum of RGB (Red+Green+Blue) = 204+26+214=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 26 (10.55% from 255 or 5.86% from 444); Blue value is 214 (83.98% from 255 or 48.20% from 444); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC1AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1AD6 is #33E529. Grayscale: #646464. Windows color (decimal): -3401002 or 14031564. OLE color: 14031564.
HSL color Cylindrical-coordinate representation of color #CC1AD6: hue angle of 296.81º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1AD6 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 26 | 214 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.16 |
| HSL | 296.81º | 0.78% | 0.47% | - |
| HSV(B) | 296.81º | 0.88% | 0.84% | - |
| XYZ | 37.41 | 18.43 | 65.2 | - |
| YUV | 100.65 | 191.97 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 26 | 214 | 0.05 | 0.88 | 0 | 0.16 | 296.81 | 0.78 | 0.47 |
| Hex | CC | 1A | D6 | 5 | 58 | 0 | 10 | 129 | 4E | 2F |
| Octal | 314 | 32 | 326 | 5 | 130 | 0 | 20 | 451 | 116 | 57 |
| Binary | 11001100 | 11010 | 11010110 | 101 | 1011000 | 0 | 10000 | 100101001 | 1001110 | 101111 |
Color Harmonies of #CC1AD6
Complementary color
Monochromatic Colors of #CC1AD6
Black with #CC1AD6
Text Example
Text Example
White with #CC1AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1AD6; }
p { color: rgb(204,26,214); }
H1.HeaderClassName
{
color: #CC1AD6;
}
.AnyTagClassName
{
color: #CC1AD6;
}
</style>
background-color css
<style>
a { background-color: #CC1AD6; }
a { background-color: rgb(204,26,214); }
div.DivClassName
{
background-color: #CC1AD6;
}
.BgClassName
{
background-color: #CC1AD6;
}
</style>
border-color css
<style>
span { border-color: #CC1AD6; }
span { border-color: rgb(204,26,214); }
td.TdClassName
{
border-color: #CC1AD6;
}
.TagClassName
{
border-color: #CC1AD6;
}
</style>