Shades of Fuchsia #C951AA
Tints of Fuchsia #C951AA
RGB
CMYK
RGB Variations
Color information
#C951AA (or 0xC951AA) is known color: Fuchsia. HEX triplet: C9, 51 and AA. RGB value is (201,81,170). Sum of RGB (Red+Green+Blue) = 201+81+170=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C951AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C951AA is #36AE55. Grayscale: #7E7E7E. Windows color (decimal): -3583574 or 11162057. OLE color: 11162057.
HSL color Cylindrical-coordinate representation of color #C951AA: hue angle of 315.5º 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 #C951AA is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 170 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.21 |
| HSL | 315.5º | 0.53% | 0.55% | - |
| HSV(B) | 315.5º | 0.6% | 0.79% | - |
| XYZ | 34.29 | 21.2 | 40.32 | - |
| YUV | 127.03 | 152.26 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 170 | 0 | 0.60 | 0.15 | 0.21 | 315.5 | 0.53 | 0.55 |
| Hex | C9 | 51 | AA | 0 | 3C | F | 15 | 13C | 35 | 37 |
| Octal | 311 | 121 | 252 | 0 | 74 | 17 | 25 | 474 | 65 | 67 |
| Binary | 11001001 | 1010001 | 10101010 | 0 | 111100 | 1111 | 10101 | 100111100 | 110101 | 110111 |
Color Harmonies of #C951AA
Complementary color
Monochromatic Colors of #C951AA
Black with #C951AA
Text Example
Text Example
White with #C951AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C951AA; }
p { color: rgb(201,81,170); }
H1.HeaderClassName
{
color: #C951AA;
}
.AnyTagClassName
{
color: #C951AA;
}
</style>
background-color css
<style>
a { background-color: #C951AA; }
a { background-color: rgb(201,81,170); }
div.DivClassName
{
background-color: #C951AA;
}
.BgClassName
{
background-color: #C951AA;
}
</style>
border-color css
<style>
span { border-color: #C951AA; }
span { border-color: rgb(201,81,170); }
td.TdClassName
{
border-color: #C951AA;
}
.TagClassName
{
border-color: #C951AA;
}
</style>