Shades of Deep Magenta #CE1FBF
Tints of Deep Magenta #CE1FBF
RGB
CMYK
RGB Variations
Color information
#CE1FBF (or 0xCE1FBF) is known color: Deep Magenta. HEX triplet: CE, 1F and BF. RGB value is (206,31,191). Sum of RGB (Red+Green+Blue) = 206+31+191=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 31 (12.5% from 255 or 7.24% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1FBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1FBF is #31E040. Grayscale: #656565. Windows color (decimal): -3268673 or 12525518. OLE color: 12525518.
HSL color Cylindrical-coordinate representation of color #CE1FBF: hue angle of 305.14º 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 #CE1FBF is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 191 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.19 |
| HSL | 305.14º | 0.74% | 0.46% | - |
| HSV(B) | 305.14º | 0.85% | 0.81% | - |
| XYZ | 35.35 | 17.86 | 50.88 | - |
| YUV | 101.57 | 178.48 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 191 | 0 | 0.85 | 0.07 | 0.19 | 305.14 | 0.74 | 0.46 |
| Hex | CE | 1F | BF | 0 | 55 | 7 | 13 | 131 | 4A | 2E |
| Octal | 316 | 37 | 277 | 0 | 125 | 7 | 23 | 461 | 112 | 56 |
| Binary | 11001110 | 11111 | 10111111 | 0 | 1010101 | 111 | 10011 | 100110001 | 1001010 | 101110 |
Color Harmonies of #CE1FBF
Complementary color
Monochromatic Colors of #CE1FBF
Black with #CE1FBF
Text Example
Text Example
White with #CE1FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FBF; }
p { color: rgb(206,31,191); }
H1.HeaderClassName
{
color: #CE1FBF;
}
.AnyTagClassName
{
color: #CE1FBF;
}
</style>
background-color css
<style>
a { background-color: #CE1FBF; }
a { background-color: rgb(206,31,191); }
div.DivClassName
{
background-color: #CE1FBF;
}
.BgClassName
{
background-color: #CE1FBF;
}
</style>
border-color css
<style>
span { border-color: #CE1FBF; }
span { border-color: rgb(206,31,191); }
td.TdClassName
{
border-color: #CE1FBF;
}
.TagClassName
{
border-color: #CE1FBF;
}
</style>