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