Shades of Deep Magenta #CC1FDE
Tints of Deep Magenta #CC1FDE
RGB
CMYK
RGB Variations
Color information
#CC1FDE (or 0xCC1FDE) is known color: Deep Magenta. HEX triplet: CC, 1F and DE. RGB value is (204,31,222). Sum of RGB (Red+Green+Blue) = 204+31+222=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 31 (12.5% from 255 or 6.78% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC1FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1FDE is #33E021. Grayscale: #676767. Windows color (decimal): -3399714 or 14557132. OLE color: 14557132.
HSL color Cylindrical-coordinate representation of color #CC1FDE: hue angle of 294.35º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1FDE is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 31 | 222 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.13 |
| HSL | 294.35º | 0.75% | 0.5% | - |
| HSV(B) | 294.35º | 0.86% | 0.87% | - |
| XYZ | 38.58 | 19.09 | 70.76 | - |
| YUV | 104.5 | 194.31 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 31 | 222 | 0.08 | 0.86 | 0 | 0.13 | 294.35 | 0.75 | 0.5 |
| Hex | CC | 1F | DE | 8 | 56 | 0 | D | 126 | 4B | 32 |
| Octal | 314 | 37 | 336 | 10 | 126 | 0 | 15 | 446 | 113 | 62 |
| Binary | 11001100 | 11111 | 11011110 | 1000 | 1010110 | 0 | 1101 | 100100110 | 1001011 | 110010 |
Color Harmonies of #CC1FDE
Complementary color
Monochromatic Colors of #CC1FDE
Black with #CC1FDE
Text Example
Text Example
White with #CC1FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1FDE; }
p { color: rgb(204,31,222); }
H1.HeaderClassName
{
color: #CC1FDE;
}
.AnyTagClassName
{
color: #CC1FDE;
}
</style>
background-color css
<style>
a { background-color: #CC1FDE; }
a { background-color: rgb(204,31,222); }
div.DivClassName
{
background-color: #CC1FDE;
}
.BgClassName
{
background-color: #CC1FDE;
}
</style>
border-color css
<style>
span { border-color: #CC1FDE; }
span { border-color: rgb(204,31,222); }
td.TdClassName
{
border-color: #CC1FDE;
}
.TagClassName
{
border-color: #CC1FDE;
}
</style>