Shades of Deep Magenta #CE1FB5
Tints of Deep Magenta #CE1FB5
RGB
CMYK
RGB Variations
Color information
#CE1FB5 (or 0xCE1FB5) is known color: Deep Magenta. HEX triplet: CE, 1F and B5. RGB value is (206,31,181). Sum of RGB (Red+Green+Blue) = 206+31+181=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 31 (12.5% from 255 or 7.42% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1FB5 is #31E04A. Grayscale: #646464. Windows color (decimal): -3268683 or 11870158. OLE color: 11870158.
HSL color Cylindrical-coordinate representation of color #CE1FB5: hue angle of 308.57º 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 #CE1FB5 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 181 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.19 |
| HSL | 308.57º | 0.74% | 0.46% | - |
| HSV(B) | 308.57º | 0.85% | 0.81% | - |
| XYZ | 34.28 | 17.44 | 45.27 | - |
| YUV | 100.43 | 173.48 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 181 | 0 | 0.85 | 0.12 | 0.19 | 308.57 | 0.74 | 0.46 |
| Hex | CE | 1F | B5 | 0 | 55 | C | 13 | 135 | 4A | 2E |
| Octal | 316 | 37 | 265 | 0 | 125 | 14 | 23 | 465 | 112 | 56 |
| Binary | 11001110 | 11111 | 10110101 | 0 | 1010101 | 1100 | 10011 | 100110101 | 1001010 | 101110 |
Color Harmonies of #CE1FB5
Complementary color
Monochromatic Colors of #CE1FB5
Black with #CE1FB5
Text Example
Text Example
White with #CE1FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FB5; }
p { color: rgb(206,31,181); }
H1.HeaderClassName
{
color: #CE1FB5;
}
.AnyTagClassName
{
color: #CE1FB5;
}
</style>
background-color css
<style>
a { background-color: #CE1FB5; }
a { background-color: rgb(206,31,181); }
div.DivClassName
{
background-color: #CE1FB5;
}
.BgClassName
{
background-color: #CE1FB5;
}
</style>
border-color css
<style>
span { border-color: #CE1FB5; }
span { border-color: rgb(206,31,181); }
td.TdClassName
{
border-color: #CE1FB5;
}
.TagClassName
{
border-color: #CE1FB5;
}
</style>