Shades of Cerise #CE326A
Tints of Cerise #CE326A
RGB
CMYK
RGB Variations
Color information
#CE326A (or 0xCE326A) is known color: Cerise. HEX triplet: CE, 32 and 6A. RGB value is (206,50,106). Sum of RGB (Red+Green+Blue) = 206+50+106=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE326A is #31CD95. Grayscale: #666666. Windows color (decimal): -3263894 or 6959822. OLE color: 6959822.
HSL color Cylindrical-coordinate representation of color #CE326A: hue angle of 338.46º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE326A is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 106 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.19 |
| HSL | 338.46º | 0.61% | 0.5% | - |
| HSV(B) | 338.46º | 0.76% | 0.81% | - |
| XYZ | 29.2 | 16.44 | 15.27 | - |
| YUV | 103.03 | 129.68 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 106 | 0 | 0.76 | 0.49 | 0.19 | 338.46 | 0.61 | 0.5 |
| Hex | CE | 32 | 6A | 0 | 4C | 31 | 13 | 152 | 3D | 32 |
| Octal | 316 | 62 | 152 | 0 | 114 | 61 | 23 | 522 | 75 | 62 |
| Binary | 11001110 | 110010 | 1101010 | 0 | 1001100 | 110001 | 10011 | 101010010 | 111101 | 110010 |
Color Harmonies of #CE326A
Complementary color
Monochromatic Colors of #CE326A
Black with #CE326A
Text Example
Text Example
White with #CE326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE326A; }
p { color: rgb(206,50,106); }
H1.HeaderClassName
{
color: #CE326A;
}
.AnyTagClassName
{
color: #CE326A;
}
</style>
background-color css
<style>
a { background-color: #CE326A; }
a { background-color: rgb(206,50,106); }
div.DivClassName
{
background-color: #CE326A;
}
.BgClassName
{
background-color: #CE326A;
}
</style>
border-color css
<style>
span { border-color: #CE326A; }
span { border-color: rgb(206,50,106); }
td.TdClassName
{
border-color: #CE326A;
}
.TagClassName
{
border-color: #CE326A;
}
</style>