Shades of Mandy #C93F57
Tints of Mandy #C93F57
RGB
CMYK
RGB Variations
Color information
#C93F57 (or 0xC93F57) is known color: Mandy. HEX triplet: C9, 3F and 57. RGB value is (201,63,87). Sum of RGB (Red+Green+Blue) = 201+63+87=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93F57 is #36C0A8. Grayscale: #6B6B6B. Windows color (decimal): -3588265 or 5717961. OLE color: 5717961.
HSL color Cylindrical-coordinate representation of color #C93F57: hue angle of 349.57º 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 #C93F57 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 87 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.21 |
| HSL | 349.57º | 0.56% | 0.52% | - |
| HSV(B) | 349.57º | 0.69% | 0.79% | - |
| XYZ | 27.59 | 16.66 | 10.78 | - |
| YUV | 107 | 116.72 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 87 | 0 | 0.69 | 0.57 | 0.21 | 349.57 | 0.56 | 0.52 |
| Hex | C9 | 3F | 57 | 0 | 45 | 39 | 15 | 15E | 38 | 34 |
| Octal | 311 | 77 | 127 | 0 | 105 | 71 | 25 | 536 | 70 | 64 |
| Binary | 11001001 | 111111 | 1010111 | 0 | 1000101 | 111001 | 10101 | 101011110 | 111000 | 110100 |
Color Harmonies of #C93F57
Complementary color
Monochromatic Colors of #C93F57
Black with #C93F57
Text Example
Text Example
White with #C93F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93F57; }
p { color: rgb(201,63,87); }
H1.HeaderClassName
{
color: #C93F57;
}
.AnyTagClassName
{
color: #C93F57;
}
</style>
background-color css
<style>
a { background-color: #C93F57; }
a { background-color: rgb(201,63,87); }
div.DivClassName
{
background-color: #C93F57;
}
.BgClassName
{
background-color: #C93F57;
}
</style>
border-color css
<style>
span { border-color: #C93F57; }
span { border-color: rgb(201,63,87); }
td.TdClassName
{
border-color: #C93F57;
}
.TagClassName
{
border-color: #C93F57;
}
</style>