Shades of Fuchsia #C84FAB
Tints of Fuchsia #C84FAB
RGB
CMYK
RGB Variations
Color information
#C84FAB (or 0xC84FAB) is known color: Fuchsia. HEX triplet: C8, 4F and AB. RGB value is (200,79,171). Sum of RGB (Red+Green+Blue) = 200+79+171=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C84FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84FAB is #37B054. Grayscale: #7D7D7D. Windows color (decimal): -3649621 or 11227080. OLE color: 11227080.
HSL color Cylindrical-coordinate representation of color #C84FAB: hue angle of 314.38º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84FAB is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 79 | 171 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.22 |
| HSL | 314.38º | 0.52% | 0.55% | - |
| HSV(B) | 314.38º | 0.61% | 0.78% | - |
| XYZ | 33.97 | 20.81 | 40.75 | - |
| YUV | 125.67 | 153.59 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 171 | 0 | 0.60 | 0.14 | 0.22 | 314.38 | 0.52 | 0.55 |
| Hex | C8 | 4F | AB | 0 | 3C | E | 16 | 13A | 34 | 37 |
| Octal | 310 | 117 | 253 | 0 | 74 | 16 | 26 | 472 | 64 | 67 |
| Binary | 11001000 | 1001111 | 10101011 | 0 | 111100 | 1110 | 10110 | 100111010 | 110100 | 110111 |
Color Harmonies of #C84FAB
Complementary color
Monochromatic Colors of #C84FAB
Black with #C84FAB
Text Example
Text Example
White with #C84FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84FAB; }
p { color: rgb(200,79,171); }
H1.HeaderClassName
{
color: #C84FAB;
}
.AnyTagClassName
{
color: #C84FAB;
}
</style>
background-color css
<style>
a { background-color: #C84FAB; }
a { background-color: rgb(200,79,171); }
div.DivClassName
{
background-color: #C84FAB;
}
.BgClassName
{
background-color: #C84FAB;
}
</style>
border-color css
<style>
span { border-color: #C84FAB; }
span { border-color: rgb(200,79,171); }
td.TdClassName
{
border-color: #C84FAB;
}
.TagClassName
{
border-color: #C84FAB;
}
</style>