Shades of Fuchsia #C853A9
Tints of Fuchsia #C853A9
RGB
CMYK
RGB Variations
Color information
#C853A9 (or 0xC853A9) is known color: Fuchsia. HEX triplet: C8, 53 and A9. RGB value is (200,83,169). Sum of RGB (Red+Green+Blue) = 200+83+169=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 169 (66.41% from 255 or 37.39% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C853A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C853A9 is #37AC56. Grayscale: #7F7F7F. Windows color (decimal): -3648599 or 11097032. OLE color: 11097032.
HSL color Cylindrical-coordinate representation of color #C853A9: hue angle of 315.9º 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 #C853A9 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 169 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.22 |
| HSL | 315.9º | 0.52% | 0.55% | - |
| HSV(B) | 315.9º | 0.59% | 0.78% | - |
| XYZ | 34.07 | 21.33 | 39.86 | - |
| YUV | 127.79 | 151.26 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 169 | 0 | 0.58 | 0.16 | 0.22 | 315.9 | 0.52 | 0.55 |
| Hex | C8 | 53 | A9 | 0 | 3A | 10 | 16 | 13C | 34 | 37 |
| Octal | 310 | 123 | 251 | 0 | 72 | 20 | 26 | 474 | 64 | 67 |
| Binary | 11001000 | 1010011 | 10101001 | 0 | 111010 | 10000 | 10110 | 100111100 | 110100 | 110111 |
Color Harmonies of #C853A9
Complementary color
Monochromatic Colors of #C853A9
Black with #C853A9
Text Example
Text Example
White with #C853A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C853A9; }
p { color: rgb(200,83,169); }
H1.HeaderClassName
{
color: #C853A9;
}
.AnyTagClassName
{
color: #C853A9;
}
</style>
background-color css
<style>
a { background-color: #C853A9; }
a { background-color: rgb(200,83,169); }
div.DivClassName
{
background-color: #C853A9;
}
.BgClassName
{
background-color: #C853A9;
}
</style>
border-color css
<style>
span { border-color: #C853A9; }
span { border-color: rgb(200,83,169); }
td.TdClassName
{
border-color: #C853A9;
}
.TagClassName
{
border-color: #C853A9;
}
</style>