Shades of Deep Cerise #CE348E
Tints of Deep Cerise #CE348E
RGB
CMYK
RGB Variations
Color information
#CE348E (or 0xCE348E) is known color: Deep Cerise. HEX triplet: CE, 34 and 8E. RGB value is (206,52,142). Sum of RGB (Red+Green+Blue) = 206+52+142=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE348E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE348E is #31CB71. Grayscale: #6C6C6C. Windows color (decimal): -3263346 or 9319630. OLE color: 9319630.
HSL color Cylindrical-coordinate representation of color #CE348E: hue angle of 324.94º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE348E is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 142 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.19 |
| HSL | 324.94º | 0.61% | 0.51% | - |
| HSV(B) | 324.94º | 0.75% | 0.81% | - |
| XYZ | 31.56 | 17.53 | 27.31 | - |
| YUV | 108.31 | 147.02 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 142 | 0 | 0.75 | 0.31 | 0.19 | 324.94 | 0.61 | 0.51 |
| Hex | CE | 34 | 8E | 0 | 4B | 1F | 13 | 145 | 3D | 33 |
| Octal | 316 | 64 | 216 | 0 | 113 | 37 | 23 | 505 | 75 | 63 |
| Binary | 11001110 | 110100 | 10001110 | 0 | 1001011 | 11111 | 10011 | 101000101 | 111101 | 110011 |
Color Harmonies of #CE348E
Complementary color
Monochromatic Colors of #CE348E
Black with #CE348E
Text Example
Text Example
White with #CE348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE348E; }
p { color: rgb(206,52,142); }
H1.HeaderClassName
{
color: #CE348E;
}
.AnyTagClassName
{
color: #CE348E;
}
</style>
background-color css
<style>
a { background-color: #CE348E; }
a { background-color: rgb(206,52,142); }
div.DivClassName
{
background-color: #CE348E;
}
.BgClassName
{
background-color: #CE348E;
}
</style>
border-color css
<style>
span { border-color: #CE348E; }
span { border-color: rgb(206,52,142); }
td.TdClassName
{
border-color: #CE348E;
}
.TagClassName
{
border-color: #CE348E;
}
</style>