Shades of Fuchsia #C853B6
Tints of Fuchsia #C853B6
RGB
CMYK
RGB Variations
Color information
#C853B6 (or 0xC853B6) is known color: Fuchsia. HEX triplet: C8, 53 and B6. RGB value is (200,83,182). Sum of RGB (Red+Green+Blue) = 200+83+182=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C853B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C853B6 is #37AC49. Grayscale: #808080. Windows color (decimal): -3648586 or 11949000. OLE color: 11949000.
HSL color Cylindrical-coordinate representation of color #C853B6: hue angle of 309.23º 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 #C853B6 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 182 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.22 |
| HSL | 309.23º | 0.52% | 0.55% | - |
| HSV(B) | 309.23º | 0.59% | 0.78% | - |
| XYZ | 35.36 | 21.84 | 46.61 | - |
| YUV | 129.27 | 157.76 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 182 | 0 | 0.58 | 0.09 | 0.22 | 309.23 | 0.52 | 0.55 |
| Hex | C8 | 53 | B6 | 0 | 3A | 9 | 16 | 135 | 34 | 37 |
| Octal | 310 | 123 | 266 | 0 | 72 | 11 | 26 | 465 | 64 | 67 |
| Binary | 11001000 | 1010011 | 10110110 | 0 | 111010 | 1001 | 10110 | 100110101 | 110100 | 110111 |
Color Harmonies of #C853B6
Complementary color
Monochromatic Colors of #C853B6
Black with #C853B6
Text Example
Text Example
White with #C853B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C853B6; }
p { color: rgb(200,83,182); }
H1.HeaderClassName
{
color: #C853B6;
}
.AnyTagClassName
{
color: #C853B6;
}
</style>
background-color css
<style>
a { background-color: #C853B6; }
a { background-color: rgb(200,83,182); }
div.DivClassName
{
background-color: #C853B6;
}
.BgClassName
{
background-color: #C853B6;
}
</style>
border-color css
<style>
span { border-color: #C853B6; }
span { border-color: rgb(200,83,182); }
td.TdClassName
{
border-color: #C853B6;
}
.TagClassName
{
border-color: #C853B6;
}
</style>