Shades of Deep Magenta #CC1FCE
Tints of Deep Magenta #CC1FCE
RGB
CMYK
RGB Variations
Color information
#CC1FCE (or 0xCC1FCE) is known color: Deep Magenta. HEX triplet: CC, 1F and CE. RGB value is (204,31,206). Sum of RGB (Red+Green+Blue) = 204+31+206=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 31 (12.5% from 255 or 7.03% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC1FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1FCE is #33E031. Grayscale: #666666. Windows color (decimal): -3399730 or 13508556. OLE color: 13508556.
HSL color Cylindrical-coordinate representation of color #CC1FCE: hue angle of 299.31º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC1FCE is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 31 | 206 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.19 |
| HSL | 299.31º | 0.74% | 0.46% | - |
| HSV(B) | 299.31º | 0.85% | 0.81% | - |
| XYZ | 36.53 | 18.27 | 59.99 | - |
| YUV | 102.68 | 186.31 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 31 | 206 | 0.01 | 0.85 | 0 | 0.19 | 299.31 | 0.74 | 0.46 |
| Hex | CC | 1F | CE | 1 | 55 | 0 | 13 | 12B | 4A | 2E |
| Octal | 314 | 37 | 316 | 1 | 125 | 0 | 23 | 453 | 112 | 56 |
| Binary | 11001100 | 11111 | 11001110 | 1 | 1010101 | 0 | 10011 | 100101011 | 1001010 | 101110 |
Color Harmonies of #CC1FCE
Complementary color
Monochromatic Colors of #CC1FCE
Black with #CC1FCE
Text Example
Text Example
White with #CC1FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1FCE; }
p { color: rgb(204,31,206); }
H1.HeaderClassName
{
color: #CC1FCE;
}
.AnyTagClassName
{
color: #CC1FCE;
}
</style>
background-color css
<style>
a { background-color: #CC1FCE; }
a { background-color: rgb(204,31,206); }
div.DivClassName
{
background-color: #CC1FCE;
}
.BgClassName
{
background-color: #CC1FCE;
}
</style>
border-color css
<style>
span { border-color: #CC1FCE; }
span { border-color: rgb(204,31,206); }
td.TdClassName
{
border-color: #CC1FCE;
}
.TagClassName
{
border-color: #CC1FCE;
}
</style>