Shades of Deep Magenta #CE04BC
Tints of Deep Magenta #CE04BC
RGB
CMYK
RGB Variations
Color information
#CE04BC (or 0xCE04BC) is known color: Deep Magenta. HEX triplet: CE, 04 and BC. RGB value is (206,4,188). Sum of RGB (Red+Green+Blue) = 206+4+188=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE04BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE04BC is #31FB43. Grayscale: #545454. Windows color (decimal): -3275588 or 12321998. OLE color: 12321998.
HSL color Cylindrical-coordinate representation of color #CE04BC: hue angle of 305.35º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE04BC is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 188 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.19 |
| HSL | 305.35º | 0.96% | 0.41% | - |
| HSV(B) | 305.35º | 0.98% | 0.81% | - |
| XYZ | 34.57 | 16.84 | 49.01 | - |
| YUV | 85.37 | 185.92 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 188 | 0 | 0.98 | 0.09 | 0.19 | 305.35 | 0.96 | 0.41 |
| Hex | CE | 4 | BC | 0 | 62 | 9 | 13 | 131 | 60 | 29 |
| Octal | 316 | 4 | 274 | 0 | 142 | 11 | 23 | 461 | 140 | 51 |
| Binary | 11001110 | 100 | 10111100 | 0 | 1100010 | 1001 | 10011 | 100110001 | 1100000 | 101001 |
Color Harmonies of #CE04BC
Complementary color
Monochromatic Colors of #CE04BC
Black with #CE04BC
Text Example
Text Example
White with #CE04BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE04BC; }
p { color: rgb(206,4,188); }
H1.HeaderClassName
{
color: #CE04BC;
}
.AnyTagClassName
{
color: #CE04BC;
}
</style>
background-color css
<style>
a { background-color: #CE04BC; }
a { background-color: rgb(206,4,188); }
div.DivClassName
{
background-color: #CE04BC;
}
.BgClassName
{
background-color: #CE04BC;
}
</style>
border-color css
<style>
span { border-color: #CE04BC; }
span { border-color: rgb(206,4,188); }
td.TdClassName
{
border-color: #CE04BC;
}
.TagClassName
{
border-color: #CE04BC;
}
</style>