Shades of Deep Magenta #CE2CCF
Tints of Deep Magenta #CE2CCF
RGB
CMYK
RGB Variations
Color information
#CE2CCF (or 0xCE2CCF) is known color: Deep Magenta. HEX triplet: CE, 2C and CF. RGB value is (206,44,207). Sum of RGB (Red+Green+Blue) = 206+44+207=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 44 (17.58% from 255 or 9.63% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE2CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2CCF is #31D330. Grayscale: #6E6E6E. Windows color (decimal): -3265329 or 13577422. OLE color: 13577422.
HSL color Cylindrical-coordinate representation of color #CE2CCF: hue angle of 299.63º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2CCF is Cyan = 0.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 44 | 207 | - |
| CMYK | 0.00 | 0.79 | 0 | 0.19 |
| HSL | 299.63º | 0.65% | 0.49% | - |
| HSV(B) | 299.63º | 0.79% | 0.81% | - |
| XYZ | 37.62 | 19.43 | 60.8 | - |
| YUV | 111.02 | 182.17 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 44 | 207 | 0.00 | 0.79 | 0 | 0.19 | 299.63 | 0.65 | 0.49 |
| Hex | CE | 2C | CF | 0 | 4F | 0 | 13 | 12C | 41 | 31 |
| Octal | 316 | 54 | 317 | 0 | 117 | 0 | 23 | 454 | 101 | 61 |
| Binary | 11001110 | 101100 | 11001111 | 0 | 1001111 | 0 | 10011 | 100101100 | 1000001 | 110001 |
Color Harmonies of #CE2CCF
Complementary color
Monochromatic Colors of #CE2CCF
Black with #CE2CCF
Text Example
Text Example
White with #CE2CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2CCF; }
p { color: rgb(206,44,207); }
H1.HeaderClassName
{
color: #CE2CCF;
}
.AnyTagClassName
{
color: #CE2CCF;
}
</style>
background-color css
<style>
a { background-color: #CE2CCF; }
a { background-color: rgb(206,44,207); }
div.DivClassName
{
background-color: #CE2CCF;
}
.BgClassName
{
background-color: #CE2CCF;
}
</style>
border-color css
<style>
span { border-color: #CE2CCF; }
span { border-color: rgb(206,44,207); }
td.TdClassName
{
border-color: #CE2CCF;
}
.TagClassName
{
border-color: #CE2CCF;
}
</style>