Shades of Fuchsia #C84CAA
Tints of Fuchsia #C84CAA
RGB
CMYK
RGB Variations
Color information
#C84CAA (or 0xC84CAA) is known color: Fuchsia. HEX triplet: C8, 4C and AA. RGB value is (200,76,170). Sum of RGB (Red+Green+Blue) = 200+76+170=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C84CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84CAA is #37B355. Grayscale: #7B7B7B. Windows color (decimal): -3650390 or 11160776. OLE color: 11160776.
HSL color Cylindrical-coordinate representation of color #C84CAA: hue angle of 314.52º 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 #C84CAA is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 76 | 170 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.22 |
| HSL | 314.52º | 0.53% | 0.54% | - |
| HSV(B) | 314.52º | 0.62% | 0.78% | - |
| XYZ | 33.66 | 20.35 | 40.18 | - |
| YUV | 123.79 | 154.08 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 170 | 0 | 0.62 | 0.15 | 0.22 | 314.52 | 0.53 | 0.54 |
| Hex | C8 | 4C | AA | 0 | 3E | F | 16 | 13B | 35 | 36 |
| Octal | 310 | 114 | 252 | 0 | 76 | 17 | 26 | 473 | 65 | 66 |
| Binary | 11001000 | 1001100 | 10101010 | 0 | 111110 | 1111 | 10110 | 100111011 | 110101 | 110110 |
Color Harmonies of #C84CAA
Complementary color
Monochromatic Colors of #C84CAA
Black with #C84CAA
Text Example
Text Example
White with #C84CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84CAA; }
p { color: rgb(200,76,170); }
H1.HeaderClassName
{
color: #C84CAA;
}
.AnyTagClassName
{
color: #C84CAA;
}
</style>
background-color css
<style>
a { background-color: #C84CAA; }
a { background-color: rgb(200,76,170); }
div.DivClassName
{
background-color: #C84CAA;
}
.BgClassName
{
background-color: #C84CAA;
}
</style>
border-color css
<style>
span { border-color: #C84CAA; }
span { border-color: rgb(200,76,170); }
td.TdClassName
{
border-color: #C84CAA;
}
.TagClassName
{
border-color: #C84CAA;
}
</style>