Shades of Mandy #C93F5E
Tints of Mandy #C93F5E
RGB
CMYK
RGB Variations
Color information
#C93F5E (or 0xC93F5E) is known color: Mandy. HEX triplet: C9, 3F and 5E. RGB value is (201,63,94). Sum of RGB (Red+Green+Blue) = 201+63+94=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93F5E is #36C0A1. Grayscale: #6B6B6B. Windows color (decimal): -3588258 or 6176713. OLE color: 6176713.
HSL color Cylindrical-coordinate representation of color #C93F5E: hue angle of 346.52º 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 #C93F5E is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 94 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.21 |
| HSL | 346.52º | 0.56% | 0.52% | - |
| HSV(B) | 346.52º | 0.69% | 0.79% | - |
| XYZ | 27.89 | 16.78 | 12.36 | - |
| YUV | 107.8 | 120.22 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 94 | 0 | 0.69 | 0.53 | 0.21 | 346.52 | 0.56 | 0.52 |
| Hex | C9 | 3F | 5E | 0 | 45 | 35 | 15 | 15B | 38 | 34 |
| Octal | 311 | 77 | 136 | 0 | 105 | 65 | 25 | 533 | 70 | 64 |
| Binary | 11001001 | 111111 | 1011110 | 0 | 1000101 | 110101 | 10101 | 101011011 | 111000 | 110100 |
Color Harmonies of #C93F5E
Complementary color
Monochromatic Colors of #C93F5E
Black with #C93F5E
Text Example
Text Example
White with #C93F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93F5E; }
p { color: rgb(201,63,94); }
H1.HeaderClassName
{
color: #C93F5E;
}
.AnyTagClassName
{
color: #C93F5E;
}
</style>
background-color css
<style>
a { background-color: #C93F5E; }
a { background-color: rgb(201,63,94); }
div.DivClassName
{
background-color: #C93F5E;
}
.BgClassName
{
background-color: #C93F5E;
}
</style>
border-color css
<style>
span { border-color: #C93F5E; }
span { border-color: rgb(201,63,94); }
td.TdClassName
{
border-color: #C93F5E;
}
.TagClassName
{
border-color: #C93F5E;
}
</style>