Shades of Deep Magenta #CE07CF
Tints of Deep Magenta #CE07CF
RGB
CMYK
RGB Variations
Color information
#CE07CF (or 0xCE07CF) is known color: Deep Magenta. HEX triplet: CE, 07 and CF. RGB value is (206,7,207). Sum of RGB (Red+Green+Blue) = 206+7+207=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 7 (3.12% from 255 or 1.67% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE07CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE07CF is #31F830. Grayscale: #585858. Windows color (decimal): -3274801 or 13567950. OLE color: 13567950.
HSL color Cylindrical-coordinate representation of color #CE07CF: hue angle of 299.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE07CF is Cyan = 0.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 7 | 207 | - |
| CMYK | 0.00 | 0.97 | 0 | 0.19 |
| HSL | 299.7º | 0.93% | 0.42% | - |
| HSV(B) | 299.7º | 0.97% | 0.81% | - |
| XYZ | 36.79 | 17.78 | 60.52 | - |
| YUV | 89.3 | 194.43 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 207 | 0.00 | 0.97 | 0 | 0.19 | 299.7 | 0.93 | 0.42 |
| Hex | CE | 7 | CF | 0 | 61 | 0 | 13 | 12C | 5D | 2A |
| Octal | 316 | 7 | 317 | 0 | 141 | 0 | 23 | 454 | 135 | 52 |
| Binary | 11001110 | 111 | 11001111 | 0 | 1100001 | 0 | 10011 | 100101100 | 1011101 | 101010 |
Color Harmonies of #CE07CF
Complementary color
Monochromatic Colors of #CE07CF
Black with #CE07CF
Text Example
Text Example
White with #CE07CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE07CF; }
p { color: rgb(206,7,207); }
H1.HeaderClassName
{
color: #CE07CF;
}
.AnyTagClassName
{
color: #CE07CF;
}
</style>
background-color css
<style>
a { background-color: #CE07CF; }
a { background-color: rgb(206,7,207); }
div.DivClassName
{
background-color: #CE07CF;
}
.BgClassName
{
background-color: #CE07CF;
}
</style>
border-color css
<style>
span { border-color: #CE07CF; }
span { border-color: rgb(206,7,207); }
td.TdClassName
{
border-color: #CE07CF;
}
.TagClassName
{
border-color: #CE07CF;
}
</style>