Shades of Fuchsia #C84CAB
Tints of Fuchsia #C84CAB
RGB
CMYK
RGB Variations
Color information
#C84CAB (or 0xC84CAB) is known color: Fuchsia. HEX triplet: C8, 4C and AB. RGB value is (200,76,171). Sum of RGB (Red+Green+Blue) = 200+76+171=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C84CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84CAB is #37B354. Grayscale: #7B7B7B. Windows color (decimal): -3650389 or 11226312. OLE color: 11226312.
HSL color Cylindrical-coordinate representation of color #C84CAB: hue angle of 314.03º 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 #C84CAB is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 76 | 171 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.22 |
| HSL | 314.03º | 0.53% | 0.54% | - |
| HSV(B) | 314.03º | 0.62% | 0.78% | - |
| XYZ | 33.75 | 20.39 | 40.68 | - |
| YUV | 123.91 | 154.58 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 171 | 0 | 0.62 | 0.14 | 0.22 | 314.03 | 0.53 | 0.54 |
| Hex | C8 | 4C | AB | 0 | 3E | E | 16 | 13A | 35 | 36 |
| Octal | 310 | 114 | 253 | 0 | 76 | 16 | 26 | 472 | 65 | 66 |
| Binary | 11001000 | 1001100 | 10101011 | 0 | 111110 | 1110 | 10110 | 100111010 | 110101 | 110110 |
Color Harmonies of #C84CAB
Complementary color
Monochromatic Colors of #C84CAB
Black with #C84CAB
Text Example
Text Example
White with #C84CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84CAB; }
p { color: rgb(200,76,171); }
H1.HeaderClassName
{
color: #C84CAB;
}
.AnyTagClassName
{
color: #C84CAB;
}
</style>
background-color css
<style>
a { background-color: #C84CAB; }
a { background-color: rgb(200,76,171); }
div.DivClassName
{
background-color: #C84CAB;
}
.BgClassName
{
background-color: #C84CAB;
}
</style>
border-color css
<style>
span { border-color: #C84CAB; }
span { border-color: rgb(200,76,171); }
td.TdClassName
{
border-color: #C84CAB;
}
.TagClassName
{
border-color: #C84CAB;
}
</style>