Shades of Fuchsia #C853B1
Tints of Fuchsia #C853B1
RGB
CMYK
RGB Variations
Color information
#C853B1 (or 0xC853B1) is known color: Fuchsia. HEX triplet: C8, 53 and B1. RGB value is (200,83,177). Sum of RGB (Red+Green+Blue) = 200+83+177=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C853B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C853B1 is #37AC4E. Grayscale: #808080. Windows color (decimal): -3648591 or 11621320. OLE color: 11621320.
HSL color Cylindrical-coordinate representation of color #C853B1: hue angle of 311.79º 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 #C853B1 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 177 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.22 |
| HSL | 311.79º | 0.52% | 0.55% | - |
| HSV(B) | 311.79º | 0.59% | 0.78% | - |
| XYZ | 34.85 | 21.64 | 43.94 | - |
| YUV | 128.7 | 155.26 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 177 | 0 | 0.58 | 0.12 | 0.22 | 311.79 | 0.52 | 0.55 |
| Hex | C8 | 53 | B1 | 0 | 3A | C | 16 | 138 | 34 | 37 |
| Octal | 310 | 123 | 261 | 0 | 72 | 14 | 26 | 470 | 64 | 67 |
| Binary | 11001000 | 1010011 | 10110001 | 0 | 111010 | 1100 | 10110 | 100111000 | 110100 | 110111 |
Color Harmonies of #C853B1
Complementary color
Monochromatic Colors of #C853B1
Black with #C853B1
Text Example
Text Example
White with #C853B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C853B1; }
p { color: rgb(200,83,177); }
H1.HeaderClassName
{
color: #C853B1;
}
.AnyTagClassName
{
color: #C853B1;
}
</style>
background-color css
<style>
a { background-color: #C853B1; }
a { background-color: rgb(200,83,177); }
div.DivClassName
{
background-color: #C853B1;
}
.BgClassName
{
background-color: #C853B1;
}
</style>
border-color css
<style>
span { border-color: #C853B1; }
span { border-color: rgb(200,83,177); }
td.TdClassName
{
border-color: #C853B1;
}
.TagClassName
{
border-color: #C853B1;
}
</style>