Shades of Deep Cerise #CE348B
Tints of Deep Cerise #CE348B
RGB
CMYK
RGB Variations
Color information
#CE348B (or 0xCE348B) is known color: Deep Cerise. HEX triplet: CE, 34 and 8B. RGB value is (206,52,139). Sum of RGB (Red+Green+Blue) = 206+52+139=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE348B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE348B is #31CB74. Grayscale: #6B6B6B. Windows color (decimal): -3263349 or 9123022. OLE color: 9123022.
HSL color Cylindrical-coordinate representation of color #CE348B: hue angle of 326.1º 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 #CE348B is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 139 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.19 |
| HSL | 326.1º | 0.61% | 0.51% | - |
| HSV(B) | 326.1º | 0.75% | 0.81% | - |
| XYZ | 31.34 | 17.44 | 26.14 | - |
| YUV | 107.96 | 145.52 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 139 | 0 | 0.75 | 0.33 | 0.19 | 326.1 | 0.61 | 0.51 |
| Hex | CE | 34 | 8B | 0 | 4B | 21 | 13 | 146 | 3D | 33 |
| Octal | 316 | 64 | 213 | 0 | 113 | 41 | 23 | 506 | 75 | 63 |
| Binary | 11001110 | 110100 | 10001011 | 0 | 1001011 | 100001 | 10011 | 101000110 | 111101 | 110011 |
Color Harmonies of #CE348B
Complementary color
Monochromatic Colors of #CE348B
Black with #CE348B
Text Example
Text Example
White with #CE348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE348B; }
p { color: rgb(206,52,139); }
H1.HeaderClassName
{
color: #CE348B;
}
.AnyTagClassName
{
color: #CE348B;
}
</style>
background-color css
<style>
a { background-color: #CE348B; }
a { background-color: rgb(206,52,139); }
div.DivClassName
{
background-color: #CE348B;
}
.BgClassName
{
background-color: #CE348B;
}
</style>
border-color css
<style>
span { border-color: #CE348B; }
span { border-color: rgb(206,52,139); }
td.TdClassName
{
border-color: #CE348B;
}
.TagClassName
{
border-color: #CE348B;
}
</style>