Shades of Fuchsia #C951AF
Tints of Fuchsia #C951AF
RGB
CMYK
RGB Variations
Color information
#C951AF (or 0xC951AF) is known color: Fuchsia. HEX triplet: C9, 51 and AF. RGB value is (201,81,175). Sum of RGB (Red+Green+Blue) = 201+81+175=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C951AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C951AF is #36AE50. Grayscale: #7F7F7F. Windows color (decimal): -3583569 or 11489737. OLE color: 11489737.
HSL color Cylindrical-coordinate representation of color #C951AF: hue angle of 313º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C951AF is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 175 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.21 |
| HSL | 313º | 0.53% | 0.55% | - |
| HSV(B) | 313º | 0.6% | 0.79% | - |
| XYZ | 34.77 | 21.4 | 42.86 | - |
| YUV | 127.6 | 154.76 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 175 | 0 | 0.60 | 0.13 | 0.21 | 313 | 0.53 | 0.55 |
| Hex | C9 | 51 | AF | 0 | 3C | D | 15 | 139 | 35 | 37 |
| Octal | 311 | 121 | 257 | 0 | 74 | 15 | 25 | 471 | 65 | 67 |
| Binary | 11001001 | 1010001 | 10101111 | 0 | 111100 | 1101 | 10101 | 100111001 | 110101 | 110111 |
Color Harmonies of #C951AF
Complementary color
Monochromatic Colors of #C951AF
Black with #C951AF
Text Example
Text Example
White with #C951AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C951AF; }
p { color: rgb(201,81,175); }
H1.HeaderClassName
{
color: #C951AF;
}
.AnyTagClassName
{
color: #C951AF;
}
</style>
background-color css
<style>
a { background-color: #C951AF; }
a { background-color: rgb(201,81,175); }
div.DivClassName
{
background-color: #C951AF;
}
.BgClassName
{
background-color: #C951AF;
}
</style>
border-color css
<style>
span { border-color: #C951AF; }
span { border-color: rgb(201,81,175); }
td.TdClassName
{
border-color: #C951AF;
}
.TagClassName
{
border-color: #C951AF;
}
</style>