Shades of Deep Cerise #CE3485
Tints of Deep Cerise #CE3485
RGB
CMYK
RGB Variations
Color information
#CE3485 (or 0xCE3485) is known color: Deep Cerise. HEX triplet: CE, 34 and 85. RGB value is (206,52,133). Sum of RGB (Red+Green+Blue) = 206+52+133=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3485 is #31CB7A. Grayscale: #6B6B6B. Windows color (decimal): -3263355 or 8729806. OLE color: 8729806.
HSL color Cylindrical-coordinate representation of color #CE3485: hue angle of 328.44º 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 #CE3485 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 133 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.19 |
| HSL | 328.44º | 0.61% | 0.51% | - |
| HSV(B) | 328.44º | 0.75% | 0.81% | - |
| XYZ | 30.92 | 17.27 | 23.89 | - |
| YUV | 107.28 | 142.52 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 133 | 0 | 0.75 | 0.35 | 0.19 | 328.44 | 0.61 | 0.51 |
| Hex | CE | 34 | 85 | 0 | 4B | 23 | 13 | 148 | 3D | 33 |
| Octal | 316 | 64 | 205 | 0 | 113 | 43 | 23 | 510 | 75 | 63 |
| Binary | 11001110 | 110100 | 10000101 | 0 | 1001011 | 100011 | 10011 | 101001000 | 111101 | 110011 |
Color Harmonies of #CE3485
Complementary color
Monochromatic Colors of #CE3485
Black with #CE3485
Text Example
Text Example
White with #CE3485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3485; }
p { color: rgb(206,52,133); }
H1.HeaderClassName
{
color: #CE3485;
}
.AnyTagClassName
{
color: #CE3485;
}
</style>
background-color css
<style>
a { background-color: #CE3485; }
a { background-color: rgb(206,52,133); }
div.DivClassName
{
background-color: #CE3485;
}
.BgClassName
{
background-color: #CE3485;
}
</style>
border-color css
<style>
span { border-color: #CE3485; }
span { border-color: rgb(206,52,133); }
td.TdClassName
{
border-color: #CE3485;
}
.TagClassName
{
border-color: #CE3485;
}
</style>