Shades of Deep Magenta #CE1FAF
Tints of Deep Magenta #CE1FAF
RGB
CMYK
RGB Variations
Color information
#CE1FAF (or 0xCE1FAF) is known color: Deep Magenta. HEX triplet: CE, 1F and AF. RGB value is (206,31,175). Sum of RGB (Red+Green+Blue) = 206+31+175=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 31 (12.5% from 255 or 7.52% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1FAF is #31E050. Grayscale: #636363. Windows color (decimal): -3268689 or 11476942. OLE color: 11476942.
HSL color Cylindrical-coordinate representation of color #CE1FAF: hue angle of 310.63º 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 #CE1FAF is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 175 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.19 |
| HSL | 310.63º | 0.74% | 0.46% | - |
| HSV(B) | 310.63º | 0.85% | 0.81% | - |
| XYZ | 33.68 | 17.2 | 42.1 | - |
| YUV | 99.74 | 170.48 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 175 | 0 | 0.85 | 0.15 | 0.19 | 310.63 | 0.74 | 0.46 |
| Hex | CE | 1F | AF | 0 | 55 | F | 13 | 137 | 4A | 2E |
| Octal | 316 | 37 | 257 | 0 | 125 | 17 | 23 | 467 | 112 | 56 |
| Binary | 11001110 | 11111 | 10101111 | 0 | 1010101 | 1111 | 10011 | 100110111 | 1001010 | 101110 |
Color Harmonies of #CE1FAF
Complementary color
Monochromatic Colors of #CE1FAF
Black with #CE1FAF
Text Example
Text Example
White with #CE1FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FAF; }
p { color: rgb(206,31,175); }
H1.HeaderClassName
{
color: #CE1FAF;
}
.AnyTagClassName
{
color: #CE1FAF;
}
</style>
background-color css
<style>
a { background-color: #CE1FAF; }
a { background-color: rgb(206,31,175); }
div.DivClassName
{
background-color: #CE1FAF;
}
.BgClassName
{
background-color: #CE1FAF;
}
</style>
border-color css
<style>
span { border-color: #CE1FAF; }
span { border-color: rgb(206,31,175); }
td.TdClassName
{
border-color: #CE1FAF;
}
.TagClassName
{
border-color: #CE1FAF;
}
</style>