Shades of Fuchsia #C851AA
Tints of Fuchsia #C851AA
RGB
CMYK
RGB Variations
Color information
#C851AA (or 0xC851AA) is known color: Fuchsia. HEX triplet: C8, 51 and AA. RGB value is (200,81,170). Sum of RGB (Red+Green+Blue) = 200+81+170=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C851AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C851AA is #37AE55. Grayscale: #7E7E7E. Windows color (decimal): -3649110 or 11162056. OLE color: 11162056.
HSL color Cylindrical-coordinate representation of color #C851AA: hue angle of 315.13º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C851AA is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 170 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.22 |
| HSL | 315.13º | 0.52% | 0.55% | - |
| HSV(B) | 315.13º | 0.6% | 0.78% | - |
| XYZ | 34.02 | 21.07 | 40.3 | - |
| YUV | 126.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 170 | 0 | 0.59 | 0.15 | 0.22 | 315.13 | 0.52 | 0.55 |
| Hex | C8 | 51 | AA | 0 | 3B | F | 16 | 13B | 34 | 37 |
| Octal | 310 | 121 | 252 | 0 | 73 | 17 | 26 | 473 | 64 | 67 |
| Binary | 11001000 | 1010001 | 10101010 | 0 | 111011 | 1111 | 10110 | 100111011 | 110100 | 110111 |
Color Harmonies of #C851AA
Complementary color
Monochromatic Colors of #C851AA
Black with #C851AA
Text Example
Text Example
White with #C851AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851AA; }
p { color: rgb(200,81,170); }
H1.HeaderClassName
{
color: #C851AA;
}
.AnyTagClassName
{
color: #C851AA;
}
</style>
background-color css
<style>
a { background-color: #C851AA; }
a { background-color: rgb(200,81,170); }
div.DivClassName
{
background-color: #C851AA;
}
.BgClassName
{
background-color: #C851AA;
}
</style>
border-color css
<style>
span { border-color: #C851AA; }
span { border-color: rgb(200,81,170); }
td.TdClassName
{
border-color: #C851AA;
}
.TagClassName
{
border-color: #C851AA;
}
</style>