Shades of Fuchsia #C852AB
Tints of Fuchsia #C852AB
RGB
CMYK
RGB Variations
Color information
#C852AB (or 0xC852AB) is known color: Fuchsia. HEX triplet: C8, 52 and AB. RGB value is (200,82,171). Sum of RGB (Red+Green+Blue) = 200+82+171=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C852AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C852AB is #37AD54. Grayscale: #7F7F7F. Windows color (decimal): -3648853 or 11227848. OLE color: 11227848.
HSL color Cylindrical-coordinate representation of color #C852AB: hue angle of 314.75º 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 #C852AB is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 171 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.22 |
| HSL | 314.75º | 0.52% | 0.55% | - |
| HSV(B) | 314.75º | 0.59% | 0.78% | - |
| XYZ | 34.19 | 21.25 | 40.83 | - |
| YUV | 127.43 | 152.59 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 171 | 0 | 0.59 | 0.14 | 0.22 | 314.75 | 0.52 | 0.55 |
| Hex | C8 | 52 | AB | 0 | 3B | E | 16 | 13B | 34 | 37 |
| Octal | 310 | 122 | 253 | 0 | 73 | 16 | 26 | 473 | 64 | 67 |
| Binary | 11001000 | 1010010 | 10101011 | 0 | 111011 | 1110 | 10110 | 100111011 | 110100 | 110111 |
Color Harmonies of #C852AB
Complementary color
Monochromatic Colors of #C852AB
Black with #C852AB
Text Example
Text Example
White with #C852AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C852AB; }
p { color: rgb(200,82,171); }
H1.HeaderClassName
{
color: #C852AB;
}
.AnyTagClassName
{
color: #C852AB;
}
</style>
background-color css
<style>
a { background-color: #C852AB; }
a { background-color: rgb(200,82,171); }
div.DivClassName
{
background-color: #C852AB;
}
.BgClassName
{
background-color: #C852AB;
}
</style>
border-color css
<style>
span { border-color: #C852AB; }
span { border-color: rgb(200,82,171); }
td.TdClassName
{
border-color: #C852AB;
}
.TagClassName
{
border-color: #C852AB;
}
</style>