Shades of Deep Magenta #CC1DC7
Tints of Deep Magenta #CC1DC7
RGB
CMYK
RGB Variations
Color information
#CC1DC7 (or 0xCC1DC7) is known color: Deep Magenta. HEX triplet: CC, 1D and C7. RGB value is (204,29,199). Sum of RGB (Red+Green+Blue) = 204+29+199=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 29 (11.72% from 255 or 6.71% from 432); Blue value is 199 (78.12% from 255 or 46.06% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1DC7 is #33E238. Grayscale: #646464. Windows color (decimal): -3400249 or 13049292. OLE color: 13049292.
HSL color Cylindrical-coordinate representation of color #CC1DC7: hue angle of 301.71º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1DC7 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 29 | 199 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.2 |
| HSL | 301.71º | 0.75% | 0.46% | - |
| HSV(B) | 301.71º | 0.86% | 0.8% | - |
| XYZ | 35.65 | 17.84 | 55.6 | - |
| YUV | 100.71 | 183.48 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 29 | 199 | 0 | 0.86 | 0.02 | 0.2 | 301.71 | 0.75 | 0.46 |
| Hex | CC | 1D | C7 | 0 | 56 | 2 | 14 | 12E | 4B | 2E |
| Octal | 314 | 35 | 307 | 0 | 126 | 2 | 24 | 456 | 113 | 56 |
| Binary | 11001100 | 11101 | 11000111 | 0 | 1010110 | 10 | 10100 | 100101110 | 1001011 | 101110 |
Color Harmonies of #CC1DC7
Complementary color
Monochromatic Colors of #CC1DC7
Black with #CC1DC7
Text Example
Text Example
White with #CC1DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1DC7; }
p { color: rgb(204,29,199); }
H1.HeaderClassName
{
color: #CC1DC7;
}
.AnyTagClassName
{
color: #CC1DC7;
}
</style>
background-color css
<style>
a { background-color: #CC1DC7; }
a { background-color: rgb(204,29,199); }
div.DivClassName
{
background-color: #CC1DC7;
}
.BgClassName
{
background-color: #CC1DC7;
}
</style>
border-color css
<style>
span { border-color: #CC1DC7; }
span { border-color: rgb(204,29,199); }
td.TdClassName
{
border-color: #CC1DC7;
}
.TagClassName
{
border-color: #CC1DC7;
}
</style>