Shades of Deep Magenta #CE13BF
Tints of Deep Magenta #CE13BF
RGB
CMYK
RGB Variations
Color information
#CE13BF (or 0xCE13BF) is known color: Deep Magenta. HEX triplet: CE, 13 and BF. RGB value is (206,19,191). Sum of RGB (Red+Green+Blue) = 206+19+191=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 19 (7.81% from 255 or 4.57% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE13BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE13BF is #31EC40. Grayscale: #5E5E5E. Windows color (decimal): -3271745 or 12522446. OLE color: 12522446.
HSL color Cylindrical-coordinate representation of color #CE13BF: hue angle of 304.81º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE13BF is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 191 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.19 |
| HSL | 304.81º | 0.83% | 0.44% | - |
| HSV(B) | 304.81º | 0.91% | 0.81% | - |
| XYZ | 35.09 | 17.35 | 50.79 | - |
| YUV | 94.52 | 182.45 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 191 | 0 | 0.91 | 0.07 | 0.19 | 304.81 | 0.83 | 0.44 |
| Hex | CE | 13 | BF | 0 | 5B | 7 | 13 | 131 | 53 | 2C |
| Octal | 316 | 23 | 277 | 0 | 133 | 7 | 23 | 461 | 123 | 54 |
| Binary | 11001110 | 10011 | 10111111 | 0 | 1011011 | 111 | 10011 | 100110001 | 1010011 | 101100 |
Color Harmonies of #CE13BF
Complementary color
Monochromatic Colors of #CE13BF
Black with #CE13BF
Text Example
Text Example
White with #CE13BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE13BF; }
p { color: rgb(206,19,191); }
H1.HeaderClassName
{
color: #CE13BF;
}
.AnyTagClassName
{
color: #CE13BF;
}
</style>
background-color css
<style>
a { background-color: #CE13BF; }
a { background-color: rgb(206,19,191); }
div.DivClassName
{
background-color: #CE13BF;
}
.BgClassName
{
background-color: #CE13BF;
}
</style>
border-color css
<style>
span { border-color: #CE13BF; }
span { border-color: rgb(206,19,191); }
td.TdClassName
{
border-color: #CE13BF;
}
.TagClassName
{
border-color: #CE13BF;
}
</style>