Shades of Mandy #CE414E
Tints of Mandy #CE414E
RGB
CMYK
RGB Variations
Color information
#CE414E (or 0xCE414E) is known color: Mandy. HEX triplet: CE, 41 and 4E. RGB value is (206,65,78). Sum of RGB (Red+Green+Blue) = 206+65+78=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE414E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE414E is #31BEB1. Grayscale: #6C6C6C. Windows color (decimal): -3260082 or 5128654. OLE color: 5128654.
HSL color Cylindrical-coordinate representation of color #CE414E: hue angle of 354.47º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE414E is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 78 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.19 |
| HSL | 354.47º | 0.59% | 0.53% | - |
| HSV(B) | 354.47º | 0.68% | 0.81% | - |
| XYZ | 28.72 | 17.45 | 9.06 | - |
| YUV | 108.64 | 110.71 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 78 | 0 | 0.68 | 0.62 | 0.19 | 354.47 | 0.59 | 0.53 |
| Hex | CE | 41 | 4E | 0 | 44 | 3E | 13 | 162 | 3B | 35 |
| Octal | 316 | 101 | 116 | 0 | 104 | 76 | 23 | 542 | 73 | 65 |
| Binary | 11001110 | 1000001 | 1001110 | 0 | 1000100 | 111110 | 10011 | 101100010 | 111011 | 110101 |
Color Harmonies of #CE414E
Complementary color
Monochromatic Colors of #CE414E
Black with #CE414E
Text Example
Text Example
White with #CE414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE414E; }
p { color: rgb(206,65,78); }
H1.HeaderClassName
{
color: #CE414E;
}
.AnyTagClassName
{
color: #CE414E;
}
</style>
background-color css
<style>
a { background-color: #CE414E; }
a { background-color: rgb(206,65,78); }
div.DivClassName
{
background-color: #CE414E;
}
.BgClassName
{
background-color: #CE414E;
}
</style>
border-color css
<style>
span { border-color: #CE414E; }
span { border-color: rgb(206,65,78); }
td.TdClassName
{
border-color: #CE414E;
}
.TagClassName
{
border-color: #CE414E;
}
</style>