Shades of Deep Magenta #CC1DCF
Tints of Deep Magenta #CC1DCF
RGB
CMYK
RGB Variations
Color information
#CC1DCF (or 0xCC1DCF) is known color: Deep Magenta. HEX triplet: CC, 1D and CF. RGB value is (204,29,207). Sum of RGB (Red+Green+Blue) = 204+29+207=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 29 (11.72% from 255 or 6.59% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC1DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1DCF is #33E230. Grayscale: #656565. Windows color (decimal): -3400241 or 13573580. OLE color: 13573580.
HSL color Cylindrical-coordinate representation of color #CC1DCF: hue angle of 298.99º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1DCF is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 29 | 207 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.19 |
| HSL | 298.99º | 0.75% | 0.46% | - |
| HSV(B) | 298.99º | 0.86% | 0.81% | - |
| XYZ | 36.6 | 18.22 | 60.62 | - |
| YUV | 101.62 | 187.48 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 29 | 207 | 0.01 | 0.86 | 0 | 0.19 | 298.99 | 0.75 | 0.46 |
| Hex | CC | 1D | CF | 1 | 56 | 0 | 13 | 12B | 4B | 2E |
| Octal | 314 | 35 | 317 | 1 | 126 | 0 | 23 | 453 | 113 | 56 |
| Binary | 11001100 | 11101 | 11001111 | 1 | 1010110 | 0 | 10011 | 100101011 | 1001011 | 101110 |
Color Harmonies of #CC1DCF
Complementary color
Monochromatic Colors of #CC1DCF
Black with #CC1DCF
Text Example
Text Example
White with #CC1DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1DCF; }
p { color: rgb(204,29,207); }
H1.HeaderClassName
{
color: #CC1DCF;
}
.AnyTagClassName
{
color: #CC1DCF;
}
</style>
background-color css
<style>
a { background-color: #CC1DCF; }
a { background-color: rgb(204,29,207); }
div.DivClassName
{
background-color: #CC1DCF;
}
.BgClassName
{
background-color: #CC1DCF;
}
</style>
border-color css
<style>
span { border-color: #CC1DCF; }
span { border-color: rgb(204,29,207); }
td.TdClassName
{
border-color: #CC1DCF;
}
.TagClassName
{
border-color: #CC1DCF;
}
</style>