Shades of Deep Magenta #CE1FCF
Tints of Deep Magenta #CE1FCF
RGB
CMYK
RGB Variations
Color information
#CE1FCF (or 0xCE1FCF) is known color: Deep Magenta. HEX triplet: CE, 1F and CF. RGB value is (206,31,207). Sum of RGB (Red+Green+Blue) = 206+31+207=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 31 (12.5% from 255 or 6.98% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE1FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1FCF is #31E030. Grayscale: #666666. Windows color (decimal): -3268657 or 13574094. OLE color: 13574094.
HSL color Cylindrical-coordinate representation of color #CE1FCF: hue angle of 299.66º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1FCF is Cyan = 0.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 207 | - |
| CMYK | 0.00 | 0.85 | 0 | 0.19 |
| HSL | 299.66º | 0.74% | 0.47% | - |
| HSV(B) | 299.66º | 0.85% | 0.81% | - |
| XYZ | 37.21 | 18.61 | 60.66 | - |
| YUV | 103.39 | 186.48 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 207 | 0.00 | 0.85 | 0 | 0.19 | 299.66 | 0.74 | 0.47 |
| Hex | CE | 1F | CF | 0 | 55 | 0 | 13 | 12C | 4A | 2F |
| Octal | 316 | 37 | 317 | 0 | 125 | 0 | 23 | 454 | 112 | 57 |
| Binary | 11001110 | 11111 | 11001111 | 0 | 1010101 | 0 | 10011 | 100101100 | 1001010 | 101111 |
Color Harmonies of #CE1FCF
Complementary color
Monochromatic Colors of #CE1FCF
Black with #CE1FCF
Text Example
Text Example
White with #CE1FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1FCF; }
p { color: rgb(206,31,207); }
H1.HeaderClassName
{
color: #CE1FCF;
}
.AnyTagClassName
{
color: #CE1FCF;
}
</style>
background-color css
<style>
a { background-color: #CE1FCF; }
a { background-color: rgb(206,31,207); }
div.DivClassName
{
background-color: #CE1FCF;
}
.BgClassName
{
background-color: #CE1FCF;
}
</style>
border-color css
<style>
span { border-color: #CE1FCF; }
span { border-color: rgb(206,31,207); }
td.TdClassName
{
border-color: #CE1FCF;
}
.TagClassName
{
border-color: #CE1FCF;
}
</style>