Shades of Fuchsia #C853AB
Tints of Fuchsia #C853AB
RGB
CMYK
RGB Variations
Color information
#C853AB (or 0xC853AB) is known color: Fuchsia. HEX triplet: C8, 53 and AB. RGB value is (200,83,171). Sum of RGB (Red+Green+Blue) = 200+83+171=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C853AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C853AB is #37AC54. Grayscale: #7F7F7F. Windows color (decimal): -3648597 or 11228104. OLE color: 11228104.
HSL color Cylindrical-coordinate representation of color #C853AB: hue angle of 314.87º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C853AB is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 171 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.22 |
| HSL | 314.87º | 0.52% | 0.55% | - |
| HSV(B) | 314.87º | 0.59% | 0.78% | - |
| XYZ | 34.26 | 21.41 | 40.85 | - |
| YUV | 128.02 | 152.26 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 171 | 0 | 0.58 | 0.14 | 0.22 | 314.87 | 0.52 | 0.55 |
| Hex | C8 | 53 | AB | 0 | 3A | E | 16 | 13B | 34 | 37 |
| Octal | 310 | 123 | 253 | 0 | 72 | 16 | 26 | 473 | 64 | 67 |
| Binary | 11001000 | 1010011 | 10101011 | 0 | 111010 | 1110 | 10110 | 100111011 | 110100 | 110111 |
Color Harmonies of #C853AB
Complementary color
Monochromatic Colors of #C853AB
Black with #C853AB
Text Example
Text Example
White with #C853AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C853AB; }
p { color: rgb(200,83,171); }
H1.HeaderClassName
{
color: #C853AB;
}
.AnyTagClassName
{
color: #C853AB;
}
</style>
background-color css
<style>
a { background-color: #C853AB; }
a { background-color: rgb(200,83,171); }
div.DivClassName
{
background-color: #C853AB;
}
.BgClassName
{
background-color: #C853AB;
}
</style>
border-color css
<style>
span { border-color: #C853AB; }
span { border-color: rgb(200,83,171); }
td.TdClassName
{
border-color: #C853AB;
}
.TagClassName
{
border-color: #C853AB;
}
</style>