Shades of Deep Magenta #CE1CB6
Tints of Deep Magenta #CE1CB6
RGB
CMYK
RGB Variations
Color information
#CE1CB6 (or 0xCE1CB6) is known color: Deep Magenta. HEX triplet: CE, 1C and B6. RGB value is (206,28,182). Sum of RGB (Red+Green+Blue) = 206+28+182=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 182 (71.48% from 255 or 43.75% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1CB6 is #31E349. Grayscale: #626262. Windows color (decimal): -3269450 or 11934926. OLE color: 11934926.
HSL color Cylindrical-coordinate representation of color #CE1CB6: hue angle of 308.09º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1CB6 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 182 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.19 |
| HSL | 308.09º | 0.76% | 0.46% | - |
| HSV(B) | 308.09º | 0.86% | 0.81% | - |
| XYZ | 34.31 | 17.33 | 45.79 | - |
| YUV | 98.78 | 174.97 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 182 | 0 | 0.86 | 0.12 | 0.19 | 308.09 | 0.76 | 0.46 |
| Hex | CE | 1C | B6 | 0 | 56 | C | 13 | 134 | 4C | 2E |
| Octal | 316 | 34 | 266 | 0 | 126 | 14 | 23 | 464 | 114 | 56 |
| Binary | 11001110 | 11100 | 10110110 | 0 | 1010110 | 1100 | 10011 | 100110100 | 1001100 | 101110 |
Color Harmonies of #CE1CB6
Complementary color
Monochromatic Colors of #CE1CB6
Black with #CE1CB6
Text Example
Text Example
White with #CE1CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1CB6; }
p { color: rgb(206,28,182); }
H1.HeaderClassName
{
color: #CE1CB6;
}
.AnyTagClassName
{
color: #CE1CB6;
}
</style>
background-color css
<style>
a { background-color: #CE1CB6; }
a { background-color: rgb(206,28,182); }
div.DivClassName
{
background-color: #CE1CB6;
}
.BgClassName
{
background-color: #CE1CB6;
}
</style>
border-color css
<style>
span { border-color: #CE1CB6; }
span { border-color: rgb(206,28,182); }
td.TdClassName
{
border-color: #CE1CB6;
}
.TagClassName
{
border-color: #CE1CB6;
}
</style>