Shades of Fuchsia #C853AD
Tints of Fuchsia #C853AD
RGB
CMYK
RGB Variations
Color information
#C853AD (or 0xC853AD) is known color: Fuchsia. HEX triplet: C8, 53 and AD. RGB value is (200,83,173). Sum of RGB (Red+Green+Blue) = 200+83+173=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C853AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C853AD is #37AC52. Grayscale: #808080. Windows color (decimal): -3648595 or 11359176. OLE color: 11359176.
HSL color Cylindrical-coordinate representation of color #C853AD: hue angle of 313.85º 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 #C853AD is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 173 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.22 |
| HSL | 313.85º | 0.52% | 0.55% | - |
| HSV(B) | 313.85º | 0.59% | 0.78% | - |
| XYZ | 34.46 | 21.48 | 41.87 | - |
| YUV | 128.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 173 | 0 | 0.58 | 0.14 | 0.22 | 313.85 | 0.52 | 0.55 |
| Hex | C8 | 53 | AD | 0 | 3A | E | 16 | 13A | 34 | 37 |
| Octal | 310 | 123 | 255 | 0 | 72 | 16 | 26 | 472 | 64 | 67 |
| Binary | 11001000 | 1010011 | 10101101 | 0 | 111010 | 1110 | 10110 | 100111010 | 110100 | 110111 |
Color Harmonies of #C853AD
Complementary color
Monochromatic Colors of #C853AD
Black with #C853AD
Text Example
Text Example
White with #C853AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C853AD; }
p { color: rgb(200,83,173); }
H1.HeaderClassName
{
color: #C853AD;
}
.AnyTagClassName
{
color: #C853AD;
}
</style>
background-color css
<style>
a { background-color: #C853AD; }
a { background-color: rgb(200,83,173); }
div.DivClassName
{
background-color: #C853AD;
}
.BgClassName
{
background-color: #C853AD;
}
</style>
border-color css
<style>
span { border-color: #C853AD; }
span { border-color: rgb(200,83,173); }
td.TdClassName
{
border-color: #C853AD;
}
.TagClassName
{
border-color: #C853AD;
}
</style>