Shades of Fuchsia #C937AF
Tints of Fuchsia #C937AF
RGB
CMYK
RGB Variations
Color information
#C937AF (or 0xC937AF) is known color: Fuchsia. HEX triplet: C9, 37 and AF. RGB value is (201,55,175). Sum of RGB (Red+Green+Blue) = 201+55+175=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 55 (21.88% from 255 or 12.76% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C937AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C937AF is #36C850. Grayscale: #707070. Windows color (decimal): -3590225 or 11483081. OLE color: 11483081.
HSL color Cylindrical-coordinate representation of color #C937AF: hue angle of 310.68º 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 #C937AF is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 175 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.21 |
| HSL | 310.68º | 0.57% | 0.5% | - |
| HSV(B) | 310.68º | 0.73% | 0.79% | - |
| XYZ | 33.19 | 18.25 | 42.33 | - |
| YUV | 112.33 | 163.37 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 175 | 0 | 0.73 | 0.13 | 0.21 | 310.68 | 0.57 | 0.5 |
| Hex | C9 | 37 | AF | 0 | 49 | D | 15 | 137 | 39 | 32 |
| Octal | 311 | 67 | 257 | 0 | 111 | 15 | 25 | 467 | 71 | 62 |
| Binary | 11001001 | 110111 | 10101111 | 0 | 1001001 | 1101 | 10101 | 100110111 | 111001 | 110010 |
Color Harmonies of #C937AF
Complementary color
Monochromatic Colors of #C937AF
Black with #C937AF
Text Example
Text Example
White with #C937AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C937AF; }
p { color: rgb(201,55,175); }
H1.HeaderClassName
{
color: #C937AF;
}
.AnyTagClassName
{
color: #C937AF;
}
</style>
background-color css
<style>
a { background-color: #C937AF; }
a { background-color: rgb(201,55,175); }
div.DivClassName
{
background-color: #C937AF;
}
.BgClassName
{
background-color: #C937AF;
}
</style>
border-color css
<style>
span { border-color: #C937AF; }
span { border-color: rgb(201,55,175); }
td.TdClassName
{
border-color: #C937AF;
}
.TagClassName
{
border-color: #C937AF;
}
</style>