Shades of Deep Magenta #CE1FC4
Tints of Deep Magenta #CE1FC4
RGB
CMYK
RGB Variations
Color information
#CE1FC4 (or 0xCE1FC4) is known color: Deep Magenta. HEX triplet: CE, 1F and C4. RGB value is (206,31,196). Sum of RGB (Red+Green+Blue) = 206+31+196=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 196 (76.95% from 255 or 45.27% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1FC4 is #31E03B. Grayscale: #656565. Windows color (decimal): -3268668 or 12853198. OLE color: 12853198.
HSL color Cylindrical-coordinate representation of color #CE1FC4: hue angle of 303.43º 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 #CE1FC4 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 196 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.19 |
| HSL | 303.43º | 0.74% | 0.46% | - |
| HSV(B) | 303.43º | 0.85% | 0.81% | - |
| XYZ | 35.91 | 18.09 | 53.82 | - |
| YUV | 102.14 | 180.98 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 196 | 0 | 0.85 | 0.05 | 0.19 | 303.43 | 0.74 | 0.46 |
| Hex | CE | 1F | C4 | 0 | 55 | 5 | 13 | 12F | 4A | 2E |
| Octal | 316 | 37 | 304 | 0 | 125 | 5 | 23 | 457 | 112 | 56 |
| Binary | 11001110 | 11111 | 11000100 | 0 | 1010101 | 101 | 10011 | 100101111 | 1001010 | 101110 |
Color Harmonies of #CE1FC4
Complementary color
Monochromatic Colors of #CE1FC4
Black with #CE1FC4
Text Example
Text Example
White with #CE1FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FC4; }
p { color: rgb(206,31,196); }
H1.HeaderClassName
{
color: #CE1FC4;
}
.AnyTagClassName
{
color: #CE1FC4;
}
</style>
background-color css
<style>
a { background-color: #CE1FC4; }
a { background-color: rgb(206,31,196); }
div.DivClassName
{
background-color: #CE1FC4;
}
.BgClassName
{
background-color: #CE1FC4;
}
</style>
border-color css
<style>
span { border-color: #CE1FC4; }
span { border-color: rgb(206,31,196); }
td.TdClassName
{
border-color: #CE1FC4;
}
.TagClassName
{
border-color: #CE1FC4;
}
</style>