Shades of Deep Magenta #CE1FC3
Tints of Deep Magenta #CE1FC3
RGB
CMYK
RGB Variations
Color information
#CE1FC3 (or 0xCE1FC3) is known color: Deep Magenta. HEX triplet: CE, 1F and C3. RGB value is (206,31,195). Sum of RGB (Red+Green+Blue) = 206+31+195=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1FC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1FC3 is #31E03C. Grayscale: #656565. Windows color (decimal): -3268669 or 12787662. OLE color: 12787662.
HSL color Cylindrical-coordinate representation of color #CE1FC3: hue angle of 303.77º 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 #CE1FC3 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 195 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.19 |
| HSL | 303.77º | 0.74% | 0.46% | - |
| HSV(B) | 303.77º | 0.85% | 0.81% | - |
| XYZ | 35.79 | 18.04 | 53.23 | - |
| YUV | 102.02 | 180.48 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 195 | 0 | 0.85 | 0.05 | 0.19 | 303.77 | 0.74 | 0.46 |
| Hex | CE | 1F | C3 | 0 | 55 | 5 | 13 | 130 | 4A | 2E |
| Octal | 316 | 37 | 303 | 0 | 125 | 5 | 23 | 460 | 112 | 56 |
| Binary | 11001110 | 11111 | 11000011 | 0 | 1010101 | 101 | 10011 | 100110000 | 1001010 | 101110 |
Color Harmonies of #CE1FC3
Complementary color
Monochromatic Colors of #CE1FC3
Black with #CE1FC3
Text Example
Text Example
White with #CE1FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FC3; }
p { color: rgb(206,31,195); }
H1.HeaderClassName
{
color: #CE1FC3;
}
.AnyTagClassName
{
color: #CE1FC3;
}
</style>
background-color css
<style>
a { background-color: #CE1FC3; }
a { background-color: rgb(206,31,195); }
div.DivClassName
{
background-color: #CE1FC3;
}
.BgClassName
{
background-color: #CE1FC3;
}
</style>
border-color css
<style>
span { border-color: #CE1FC3; }
span { border-color: rgb(206,31,195); }
td.TdClassName
{
border-color: #CE1FC3;
}
.TagClassName
{
border-color: #CE1FC3;
}
</style>