Shades of Mandy #C93E5D
Tints of Mandy #C93E5D
RGB
CMYK
RGB Variations
Color information
#C93E5D (or 0xC93E5D) is known color: Mandy. HEX triplet: C9, 3E and 5D. RGB value is (201,62,93). Sum of RGB (Red+Green+Blue) = 201+62+93=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93E5D is #36C1A2. Grayscale: #6B6B6B. Windows color (decimal): -3588515 or 6110921. OLE color: 6110921.
HSL color Cylindrical-coordinate representation of color #C93E5D: hue angle of 346.62º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C93E5D is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 62 | 93 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.21 |
| HSL | 346.62º | 0.56% | 0.52% | - |
| HSV(B) | 346.62º | 0.69% | 0.79% | - |
| XYZ | 27.79 | 16.65 | 12.11 | - |
| YUV | 107.1 | 120.05 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 93 | 0 | 0.69 | 0.54 | 0.21 | 346.62 | 0.56 | 0.52 |
| Hex | C9 | 3E | 5D | 0 | 45 | 36 | 15 | 15B | 38 | 34 |
| Octal | 311 | 76 | 135 | 0 | 105 | 66 | 25 | 533 | 70 | 64 |
| Binary | 11001001 | 111110 | 1011101 | 0 | 1000101 | 110110 | 10101 | 101011011 | 111000 | 110100 |
Color Harmonies of #C93E5D
Complementary color
Monochromatic Colors of #C93E5D
Black with #C93E5D
Text Example
Text Example
White with #C93E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93E5D; }
p { color: rgb(201,62,93); }
H1.HeaderClassName
{
color: #C93E5D;
}
.AnyTagClassName
{
color: #C93E5D;
}
</style>
background-color css
<style>
a { background-color: #C93E5D; }
a { background-color: rgb(201,62,93); }
div.DivClassName
{
background-color: #C93E5D;
}
.BgClassName
{
background-color: #C93E5D;
}
</style>
border-color css
<style>
span { border-color: #C93E5D; }
span { border-color: rgb(201,62,93); }
td.TdClassName
{
border-color: #C93E5D;
}
.TagClassName
{
border-color: #C93E5D;
}
</style>