Shades of Cerise #CE3A69
Tints of Cerise #CE3A69
RGB
CMYK
RGB Variations
Color information
#CE3A69 (or 0xCE3A69) is known color: Cerise. HEX triplet: CE, 3A and 69. RGB value is (206,58,105). Sum of RGB (Red+Green+Blue) = 206+58+105=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3A69 is #31C596. Grayscale: #6B6B6B. Windows color (decimal): -3261847 or 6896334. OLE color: 6896334.
HSL color Cylindrical-coordinate representation of color #CE3A69: hue angle of 340.95º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3A69 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 105 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.19 |
| HSL | 340.95º | 0.6% | 0.52% | - |
| HSV(B) | 340.95º | 0.72% | 0.81% | - |
| XYZ | 29.52 | 17.17 | 15.12 | - |
| YUV | 107.61 | 126.53 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 105 | 0 | 0.72 | 0.49 | 0.19 | 340.95 | 0.6 | 0.52 |
| Hex | CE | 3A | 69 | 0 | 48 | 31 | 13 | 155 | 3C | 34 |
| Octal | 316 | 72 | 151 | 0 | 110 | 61 | 23 | 525 | 74 | 64 |
| Binary | 11001110 | 111010 | 1101001 | 0 | 1001000 | 110001 | 10011 | 101010101 | 111100 | 110100 |
Color Harmonies of #CE3A69
Complementary color
Monochromatic Colors of #CE3A69
Black with #CE3A69
Text Example
Text Example
White with #CE3A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A69; }
p { color: rgb(206,58,105); }
H1.HeaderClassName
{
color: #CE3A69;
}
.AnyTagClassName
{
color: #CE3A69;
}
</style>
background-color css
<style>
a { background-color: #CE3A69; }
a { background-color: rgb(206,58,105); }
div.DivClassName
{
background-color: #CE3A69;
}
.BgClassName
{
background-color: #CE3A69;
}
</style>
border-color css
<style>
span { border-color: #CE3A69; }
span { border-color: rgb(206,58,105); }
td.TdClassName
{
border-color: #CE3A69;
}
.TagClassName
{
border-color: #CE3A69;
}
</style>