Shades of Fuchsia #C84AAF
Tints of Fuchsia #C84AAF
RGB
CMYK
RGB Variations
Color information
#C84AAF (or 0xC84AAF) is known color: Fuchsia. HEX triplet: C8, 4A and AF. RGB value is (200,74,175). Sum of RGB (Red+Green+Blue) = 200+74+175=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C84AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84AAF is #37B550. Grayscale: #7A7A7A. Windows color (decimal): -3650897 or 11487944. OLE color: 11487944.
HSL color Cylindrical-coordinate representation of color #C84AAF: hue angle of 311.9º 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 #C84AAF is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 175 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.22 |
| HSL | 311.9º | 0.53% | 0.54% | - |
| HSV(B) | 311.9º | 0.63% | 0.78% | - |
| XYZ | 34.01 | 20.27 | 42.68 | - |
| YUV | 123.19 | 157.24 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 175 | 0 | 0.63 | 0.12 | 0.22 | 311.9 | 0.53 | 0.54 |
| Hex | C8 | 4A | AF | 0 | 3F | C | 16 | 138 | 35 | 36 |
| Octal | 310 | 112 | 257 | 0 | 77 | 14 | 26 | 470 | 65 | 66 |
| Binary | 11001000 | 1001010 | 10101111 | 0 | 111111 | 1100 | 10110 | 100111000 | 110101 | 110110 |
Color Harmonies of #C84AAF
Complementary color
Monochromatic Colors of #C84AAF
Black with #C84AAF
Text Example
Text Example
White with #C84AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84AAF; }
p { color: rgb(200,74,175); }
H1.HeaderClassName
{
color: #C84AAF;
}
.AnyTagClassName
{
color: #C84AAF;
}
</style>
background-color css
<style>
a { background-color: #C84AAF; }
a { background-color: rgb(200,74,175); }
div.DivClassName
{
background-color: #C84AAF;
}
.BgClassName
{
background-color: #C84AAF;
}
</style>
border-color css
<style>
span { border-color: #C84AAF; }
span { border-color: rgb(200,74,175); }
td.TdClassName
{
border-color: #C84AAF;
}
.TagClassName
{
border-color: #C84AAF;
}
</style>