Shades of Mandy #C93F5B
Tints of Mandy #C93F5B
RGB
CMYK
RGB Variations
Color information
#C93F5B (or 0xC93F5B) is known color: Mandy. HEX triplet: C9, 3F and 5B. RGB value is (201,63,91). Sum of RGB (Red+Green+Blue) = 201+63+91=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93F5B is #36C0A4. Grayscale: #6B6B6B. Windows color (decimal): -3588261 or 5980105. OLE color: 5980105.
HSL color Cylindrical-coordinate representation of color #C93F5B: hue angle of 347.83º 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 #C93F5B is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 91 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.21 |
| HSL | 347.83º | 0.56% | 0.52% | - |
| HSV(B) | 347.83º | 0.69% | 0.79% | - |
| XYZ | 27.75 | 16.73 | 11.66 | - |
| YUV | 107.45 | 118.72 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 91 | 0 | 0.69 | 0.55 | 0.21 | 347.83 | 0.56 | 0.52 |
| Hex | C9 | 3F | 5B | 0 | 45 | 37 | 15 | 15C | 38 | 34 |
| Octal | 311 | 77 | 133 | 0 | 105 | 67 | 25 | 534 | 70 | 64 |
| Binary | 11001001 | 111111 | 1011011 | 0 | 1000101 | 110111 | 10101 | 101011100 | 111000 | 110100 |
Color Harmonies of #C93F5B
Complementary color
Monochromatic Colors of #C93F5B
Black with #C93F5B
Text Example
Text Example
White with #C93F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93F5B; }
p { color: rgb(201,63,91); }
H1.HeaderClassName
{
color: #C93F5B;
}
.AnyTagClassName
{
color: #C93F5B;
}
</style>
background-color css
<style>
a { background-color: #C93F5B; }
a { background-color: rgb(201,63,91); }
div.DivClassName
{
background-color: #C93F5B;
}
.BgClassName
{
background-color: #C93F5B;
}
</style>
border-color css
<style>
span { border-color: #C93F5B; }
span { border-color: rgb(201,63,91); }
td.TdClassName
{
border-color: #C93F5B;
}
.TagClassName
{
border-color: #C93F5B;
}
</style>