Shades of Deep Cerise #CE347B
Tints of Deep Cerise #CE347B
RGB
CMYK
RGB Variations
Color information
#CE347B (or 0xCE347B) is known color: Deep Cerise. HEX triplet: CE, 34 and 7B. RGB value is (206,52,123). Sum of RGB (Red+Green+Blue) = 206+52+123=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE347B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE347B is #31CB84. Grayscale: #6A6A6A. Windows color (decimal): -3263365 or 8074446. OLE color: 8074446.
HSL color Cylindrical-coordinate representation of color #CE347B: hue angle of 332.34º 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 #CE347B is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 123 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.19 |
| HSL | 332.34º | 0.61% | 0.51% | - |
| HSV(B) | 332.34º | 0.75% | 0.81% | - |
| XYZ | 30.26 | 17.01 | 20.43 | - |
| YUV | 106.14 | 137.52 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 123 | 0 | 0.75 | 0.40 | 0.19 | 332.34 | 0.61 | 0.51 |
| Hex | CE | 34 | 7B | 0 | 4B | 28 | 13 | 14C | 3D | 33 |
| Octal | 316 | 64 | 173 | 0 | 113 | 50 | 23 | 514 | 75 | 63 |
| Binary | 11001110 | 110100 | 1111011 | 0 | 1001011 | 101000 | 10011 | 101001100 | 111101 | 110011 |
Color Harmonies of #CE347B
Complementary color
Monochromatic Colors of #CE347B
Black with #CE347B
Text Example
Text Example
White with #CE347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE347B; }
p { color: rgb(206,52,123); }
H1.HeaderClassName
{
color: #CE347B;
}
.AnyTagClassName
{
color: #CE347B;
}
</style>
background-color css
<style>
a { background-color: #CE347B; }
a { background-color: rgb(206,52,123); }
div.DivClassName
{
background-color: #CE347B;
}
.BgClassName
{
background-color: #CE347B;
}
</style>
border-color css
<style>
span { border-color: #CE347B; }
span { border-color: rgb(206,52,123); }
td.TdClassName
{
border-color: #CE347B;
}
.TagClassName
{
border-color: #CE347B;
}
</style>