Shades of Mandy #CE3F51
Tints of Mandy #CE3F51
RGB
CMYK
RGB Variations
Color information
#CE3F51 (or 0xCE3F51) is known color: Mandy. HEX triplet: CE, 3F and 51. RGB value is (206,63,81). Sum of RGB (Red+Green+Blue) = 206+63+81=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3F51 is #31C0AE. Grayscale: #6B6B6B. Windows color (decimal): -3260591 or 5324750. OLE color: 5324750.
HSL color Cylindrical-coordinate representation of color #CE3F51: hue angle of 352.45º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE3F51 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 81 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.19 |
| HSL | 352.45º | 0.59% | 0.53% | - |
| HSV(B) | 352.45º | 0.69% | 0.81% | - |
| XYZ | 28.72 | 17.27 | 9.6 | - |
| YUV | 107.81 | 112.88 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 81 | 0 | 0.69 | 0.61 | 0.19 | 352.45 | 0.59 | 0.53 |
| Hex | CE | 3F | 51 | 0 | 45 | 3D | 13 | 160 | 3B | 35 |
| Octal | 316 | 77 | 121 | 0 | 105 | 75 | 23 | 540 | 73 | 65 |
| Binary | 11001110 | 111111 | 1010001 | 0 | 1000101 | 111101 | 10011 | 101100000 | 111011 | 110101 |
Color Harmonies of #CE3F51
Complementary color
Monochromatic Colors of #CE3F51
Black with #CE3F51
Text Example
Text Example
White with #CE3F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F51; }
p { color: rgb(206,63,81); }
H1.HeaderClassName
{
color: #CE3F51;
}
.AnyTagClassName
{
color: #CE3F51;
}
</style>
background-color css
<style>
a { background-color: #CE3F51; }
a { background-color: rgb(206,63,81); }
div.DivClassName
{
background-color: #CE3F51;
}
.BgClassName
{
background-color: #CE3F51;
}
</style>
border-color css
<style>
span { border-color: #CE3F51; }
span { border-color: rgb(206,63,81); }
td.TdClassName
{
border-color: #CE3F51;
}
.TagClassName
{
border-color: #CE3F51;
}
</style>