Shades of Deep Cerise #CE35A1
Tints of Deep Cerise #CE35A1
RGB
CMYK
RGB Variations
Color information
#CE35A1 (or 0xCE35A1) is known color: Deep Cerise. HEX triplet: CE, 35 and A1. RGB value is (206,53,161). Sum of RGB (Red+Green+Blue) = 206+53+161=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE35A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE35A1 is #31CA5E. Grayscale: #6E6E6E. Windows color (decimal): -3263071 or 10565070. OLE color: 10565070.
HSL color Cylindrical-coordinate representation of color #CE35A1: hue angle of 317.65º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE35A1 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 161 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.19 |
| HSL | 317.65º | 0.61% | 0.51% | - |
| HSV(B) | 317.65º | 0.74% | 0.81% | - |
| XYZ | 33.16 | 18.24 | 35.49 | - |
| YUV | 111.06 | 156.19 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 161 | 0 | 0.74 | 0.22 | 0.19 | 317.65 | 0.61 | 0.51 |
| Hex | CE | 35 | A1 | 0 | 4A | 16 | 13 | 13E | 3D | 33 |
| Octal | 316 | 65 | 241 | 0 | 112 | 26 | 23 | 476 | 75 | 63 |
| Binary | 11001110 | 110101 | 10100001 | 0 | 1001010 | 10110 | 10011 | 100111110 | 111101 | 110011 |
Color Harmonies of #CE35A1
Complementary color
Monochromatic Colors of #CE35A1
Black with #CE35A1
Text Example
Text Example
White with #CE35A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE35A1; }
p { color: rgb(206,53,161); }
H1.HeaderClassName
{
color: #CE35A1;
}
.AnyTagClassName
{
color: #CE35A1;
}
</style>
background-color css
<style>
a { background-color: #CE35A1; }
a { background-color: rgb(206,53,161); }
div.DivClassName
{
background-color: #CE35A1;
}
.BgClassName
{
background-color: #CE35A1;
}
</style>
border-color css
<style>
span { border-color: #CE35A1; }
span { border-color: rgb(206,53,161); }
td.TdClassName
{
border-color: #CE35A1;
}
.TagClassName
{
border-color: #CE35A1;
}
</style>