Shades of Fuchsia #C841AA
Tints of Fuchsia #C841AA
RGB
CMYK
RGB Variations
Color information
#C841AA (or 0xC841AA) is known color: Fuchsia. HEX triplet: C8, 41 and AA. RGB value is (200,65,170). Sum of RGB (Red+Green+Blue) = 200+65+170=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C841AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C841AA is #37BE55. Grayscale: #757575. Windows color (decimal): -3653206 or 11157960. OLE color: 11157960.
HSL color Cylindrical-coordinate representation of color #C841AA: hue angle of 313.33º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C841AA is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 170 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.22 |
| HSL | 313.33º | 0.55% | 0.52% | - |
| HSV(B) | 313.33º | 0.68% | 0.78% | - |
| XYZ | 32.97 | 18.96 | 39.95 | - |
| YUV | 117.34 | 157.73 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 170 | 0 | 0.68 | 0.15 | 0.22 | 313.33 | 0.55 | 0.52 |
| Hex | C8 | 41 | AA | 0 | 44 | F | 16 | 139 | 37 | 34 |
| Octal | 310 | 101 | 252 | 0 | 104 | 17 | 26 | 471 | 67 | 64 |
| Binary | 11001000 | 1000001 | 10101010 | 0 | 1000100 | 1111 | 10110 | 100111001 | 110111 | 110100 |
Color Harmonies of #C841AA
Complementary color
Monochromatic Colors of #C841AA
Black with #C841AA
Text Example
Text Example
White with #C841AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C841AA; }
p { color: rgb(200,65,170); }
H1.HeaderClassName
{
color: #C841AA;
}
.AnyTagClassName
{
color: #C841AA;
}
</style>
background-color css
<style>
a { background-color: #C841AA; }
a { background-color: rgb(200,65,170); }
div.DivClassName
{
background-color: #C841AA;
}
.BgClassName
{
background-color: #C841AA;
}
</style>
border-color css
<style>
span { border-color: #C841AA; }
span { border-color: rgb(200,65,170); }
td.TdClassName
{
border-color: #C841AA;
}
.TagClassName
{
border-color: #C841AA;
}
</style>