Shades of Fuchsia #C84DAA
Tints of Fuchsia #C84DAA
RGB
CMYK
RGB Variations
Color information
#C84DAA (or 0xC84DAA) is known color: Fuchsia. HEX triplet: C8, 4D and AA. RGB value is (200,77,170). Sum of RGB (Red+Green+Blue) = 200+77+170=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84DAA is #37B255. Grayscale: #7C7C7C. Windows color (decimal): -3650134 or 11161032. OLE color: 11161032.
HSL color Cylindrical-coordinate representation of color #C84DAA: hue angle of 314.63º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84DAA is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 170 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.22 |
| HSL | 314.63º | 0.53% | 0.54% | - |
| HSV(B) | 314.63º | 0.62% | 0.78% | - |
| XYZ | 33.73 | 20.49 | 40.21 | - |
| YUV | 124.38 | 153.75 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 170 | 0 | 0.62 | 0.15 | 0.22 | 314.63 | 0.53 | 0.54 |
| Hex | C8 | 4D | AA | 0 | 3E | F | 16 | 13B | 35 | 36 |
| Octal | 310 | 115 | 252 | 0 | 76 | 17 | 26 | 473 | 65 | 66 |
| Binary | 11001000 | 1001101 | 10101010 | 0 | 111110 | 1111 | 10110 | 100111011 | 110101 | 110110 |
Color Harmonies of #C84DAA
Complementary color
Monochromatic Colors of #C84DAA
Black with #C84DAA
Text Example
Text Example
White with #C84DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84DAA; }
p { color: rgb(200,77,170); }
H1.HeaderClassName
{
color: #C84DAA;
}
.AnyTagClassName
{
color: #C84DAA;
}
</style>
background-color css
<style>
a { background-color: #C84DAA; }
a { background-color: rgb(200,77,170); }
div.DivClassName
{
background-color: #C84DAA;
}
.BgClassName
{
background-color: #C84DAA;
}
</style>
border-color css
<style>
span { border-color: #C84DAA; }
span { border-color: rgb(200,77,170); }
td.TdClassName
{
border-color: #C84DAA;
}
.TagClassName
{
border-color: #C84DAA;
}
</style>