Shades of Fuchsia #C853BF
Tints of Fuchsia #C853BF
RGB
CMYK
RGB Variations
Color information
#C853BF (or 0xC853BF) is known color: Fuchsia. HEX triplet: C8, 53 and BF. RGB value is (200,83,191). Sum of RGB (Red+Green+Blue) = 200+83+191=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C853BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C853BF is #37AC40. Grayscale: #818181. Windows color (decimal): -3648577 or 12538824. OLE color: 12538824.
HSL color Cylindrical-coordinate representation of color #C853BF: hue angle of 304.62º 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 #C853BF is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 191 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.22 |
| HSL | 304.62º | 0.52% | 0.55% | - |
| HSV(B) | 304.62º | 0.59% | 0.78% | - |
| XYZ | 36.32 | 22.23 | 51.67 | - |
| YUV | 130.3 | 162.26 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 191 | 0 | 0.58 | 0.04 | 0.22 | 304.62 | 0.52 | 0.55 |
| Hex | C8 | 53 | BF | 0 | 3A | 4 | 16 | 131 | 34 | 37 |
| Octal | 310 | 123 | 277 | 0 | 72 | 4 | 26 | 461 | 64 | 67 |
| Binary | 11001000 | 1010011 | 10111111 | 0 | 111010 | 100 | 10110 | 100110001 | 110100 | 110111 |
Color Harmonies of #C853BF
Complementary color
Monochromatic Colors of #C853BF
Black with #C853BF
Text Example
Text Example
White with #C853BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C853BF; }
p { color: rgb(200,83,191); }
H1.HeaderClassName
{
color: #C853BF;
}
.AnyTagClassName
{
color: #C853BF;
}
</style>
background-color css
<style>
a { background-color: #C853BF; }
a { background-color: rgb(200,83,191); }
div.DivClassName
{
background-color: #C853BF;
}
.BgClassName
{
background-color: #C853BF;
}
</style>
border-color css
<style>
span { border-color: #C853BF; }
span { border-color: rgb(200,83,191); }
td.TdClassName
{
border-color: #C853BF;
}
.TagClassName
{
border-color: #C853BF;
}
</style>