Shades of Fuchsia #C937AD
Tints of Fuchsia #C937AD
RGB
CMYK
RGB Variations
Color information
#C937AD (or 0xC937AD) is known color: Fuchsia. HEX triplet: C9, 37 and AD. RGB value is (201,55,173). Sum of RGB (Red+Green+Blue) = 201+55+173=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C937AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C937AD is #36C852. Grayscale: #6F6F6F. Windows color (decimal): -3590227 or 11352009. OLE color: 11352009.
HSL color Cylindrical-coordinate representation of color #C937AD: hue angle of 311.51º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C937AD is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 173 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.21 |
| HSL | 311.51º | 0.57% | 0.5% | - |
| HSV(B) | 311.51º | 0.73% | 0.79% | - |
| XYZ | 33 | 18.17 | 41.3 | - |
| YUV | 112.11 | 162.37 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 173 | 0 | 0.73 | 0.14 | 0.21 | 311.51 | 0.57 | 0.5 |
| Hex | C9 | 37 | AD | 0 | 49 | E | 15 | 138 | 39 | 32 |
| Octal | 311 | 67 | 255 | 0 | 111 | 16 | 25 | 470 | 71 | 62 |
| Binary | 11001001 | 110111 | 10101101 | 0 | 1001001 | 1110 | 10101 | 100111000 | 111001 | 110010 |
Color Harmonies of #C937AD
Complementary color
Monochromatic Colors of #C937AD
Black with #C937AD
Text Example
Text Example
White with #C937AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C937AD; }
p { color: rgb(201,55,173); }
H1.HeaderClassName
{
color: #C937AD;
}
.AnyTagClassName
{
color: #C937AD;
}
</style>
background-color css
<style>
a { background-color: #C937AD; }
a { background-color: rgb(201,55,173); }
div.DivClassName
{
background-color: #C937AD;
}
.BgClassName
{
background-color: #C937AD;
}
</style>
border-color css
<style>
span { border-color: #C937AD; }
span { border-color: rgb(201,55,173); }
td.TdClassName
{
border-color: #C937AD;
}
.TagClassName
{
border-color: #C937AD;
}
</style>