Shades of Fuchsia #C84AAA
Tints of Fuchsia #C84AAA
RGB
CMYK
RGB Variations
Color information
#C84AAA (or 0xC84AAA) is known color: Fuchsia. HEX triplet: C8, 4A and AA. RGB value is (200,74,170). Sum of RGB (Red+Green+Blue) = 200+74+170=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C84AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84AAA is #37B555. Grayscale: #7A7A7A. Windows color (decimal): -3650902 or 11160264. OLE color: 11160264.
HSL color Cylindrical-coordinate representation of color #C84AAA: hue angle of 314.29º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84AAA is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 170 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.22 |
| HSL | 314.29º | 0.53% | 0.54% | - |
| HSV(B) | 314.29º | 0.63% | 0.78% | - |
| XYZ | 33.52 | 20.08 | 40.14 | - |
| YUV | 122.62 | 154.74 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 170 | 0 | 0.63 | 0.15 | 0.22 | 314.29 | 0.53 | 0.54 |
| Hex | C8 | 4A | AA | 0 | 3F | F | 16 | 13A | 35 | 36 |
| Octal | 310 | 112 | 252 | 0 | 77 | 17 | 26 | 472 | 65 | 66 |
| Binary | 11001000 | 1001010 | 10101010 | 0 | 111111 | 1111 | 10110 | 100111010 | 110101 | 110110 |
Color Harmonies of #C84AAA
Complementary color
Monochromatic Colors of #C84AAA
Black with #C84AAA
Text Example
Text Example
White with #C84AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84AAA; }
p { color: rgb(200,74,170); }
H1.HeaderClassName
{
color: #C84AAA;
}
.AnyTagClassName
{
color: #C84AAA;
}
</style>
background-color css
<style>
a { background-color: #C84AAA; }
a { background-color: rgb(200,74,170); }
div.DivClassName
{
background-color: #C84AAA;
}
.BgClassName
{
background-color: #C84AAA;
}
</style>
border-color css
<style>
span { border-color: #C84AAA; }
span { border-color: rgb(200,74,170); }
td.TdClassName
{
border-color: #C84AAA;
}
.TagClassName
{
border-color: #C84AAA;
}
</style>