Shades of Mandy #CE3E58
Tints of Mandy #CE3E58
RGB
CMYK
RGB Variations
Color information
#CE3E58 (or 0xCE3E58) is known color: Mandy. HEX triplet: CE, 3E and 58. RGB value is (206,62,88). Sum of RGB (Red+Green+Blue) = 206+62+88=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3E58 is #31C1A7. Grayscale: #6C6C6C. Windows color (decimal): -3260840 or 5783246. OLE color: 5783246.
HSL color Cylindrical-coordinate representation of color #CE3E58: hue angle of 349.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3E58 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 88 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.19 |
| HSL | 349.17º | 0.6% | 0.53% | - |
| HSV(B) | 349.17º | 0.7% | 0.81% | - |
| XYZ | 28.94 | 17.27 | 11.04 | - |
| YUV | 108.02 | 116.71 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 88 | 0 | 0.70 | 0.57 | 0.19 | 349.17 | 0.6 | 0.53 |
| Hex | CE | 3E | 58 | 0 | 46 | 39 | 13 | 15D | 3C | 35 |
| Octal | 316 | 76 | 130 | 0 | 106 | 71 | 23 | 535 | 74 | 65 |
| Binary | 11001110 | 111110 | 1011000 | 0 | 1000110 | 111001 | 10011 | 101011101 | 111100 | 110101 |
Color Harmonies of #CE3E58
Complementary color
Monochromatic Colors of #CE3E58
Black with #CE3E58
Text Example
Text Example
White with #CE3E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3E58; }
p { color: rgb(206,62,88); }
H1.HeaderClassName
{
color: #CE3E58;
}
.AnyTagClassName
{
color: #CE3E58;
}
</style>
background-color css
<style>
a { background-color: #CE3E58; }
a { background-color: rgb(206,62,88); }
div.DivClassName
{
background-color: #CE3E58;
}
.BgClassName
{
background-color: #CE3E58;
}
</style>
border-color css
<style>
span { border-color: #CE3E58; }
span { border-color: rgb(206,62,88); }
td.TdClassName
{
border-color: #CE3E58;
}
.TagClassName
{
border-color: #CE3E58;
}
</style>