Shades of Fuchsia #C852A9
Tints of Fuchsia #C852A9
RGB
CMYK
RGB Variations
Color information
#C852A9 (or 0xC852A9) is known color: Fuchsia. HEX triplet: C8, 52 and A9. RGB value is (200,82,169). Sum of RGB (Red+Green+Blue) = 200+82+169=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 169 (66.41% from 255 or 37.47% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C852A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C852A9 is #37AD56. Grayscale: #7E7E7E. Windows color (decimal): -3648855 or 11096776. OLE color: 11096776.
HSL color Cylindrical-coordinate representation of color #C852A9: hue angle of 315.76º 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 #C852A9 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 169 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.22 |
| HSL | 315.76º | 0.52% | 0.55% | - |
| HSV(B) | 315.76º | 0.59% | 0.78% | - |
| XYZ | 34 | 21.18 | 39.83 | - |
| YUV | 127.2 | 151.59 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 169 | 0 | 0.59 | 0.16 | 0.22 | 315.76 | 0.52 | 0.55 |
| Hex | C8 | 52 | A9 | 0 | 3B | 10 | 16 | 13C | 34 | 37 |
| Octal | 310 | 122 | 251 | 0 | 73 | 20 | 26 | 474 | 64 | 67 |
| Binary | 11001000 | 1010010 | 10101001 | 0 | 111011 | 10000 | 10110 | 100111100 | 110100 | 110111 |
Color Harmonies of #C852A9
Complementary color
Monochromatic Colors of #C852A9
Black with #C852A9
Text Example
Text Example
White with #C852A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C852A9; }
p { color: rgb(200,82,169); }
H1.HeaderClassName
{
color: #C852A9;
}
.AnyTagClassName
{
color: #C852A9;
}
</style>
background-color css
<style>
a { background-color: #C852A9; }
a { background-color: rgb(200,82,169); }
div.DivClassName
{
background-color: #C852A9;
}
.BgClassName
{
background-color: #C852A9;
}
</style>
border-color css
<style>
span { border-color: #C852A9; }
span { border-color: rgb(200,82,169); }
td.TdClassName
{
border-color: #C852A9;
}
.TagClassName
{
border-color: #C852A9;
}
</style>