Shades of Fuchsia #C853C1
Tints of Fuchsia #C853C1
RGB
CMYK
RGB Variations
Color information
#C853C1 (or 0xC853C1) is known color: Fuchsia. HEX triplet: C8, 53 and C1. RGB value is (200,83,193). Sum of RGB (Red+Green+Blue) = 200+83+193=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C853C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C853C1 is #37AC3E. Grayscale: #828282. Windows color (decimal): -3648575 or 12669896. OLE color: 12669896.
HSL color Cylindrical-coordinate representation of color #C853C1: hue angle of 303.59º 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 #C853C1 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 193 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.22 |
| HSL | 303.59º | 0.52% | 0.55% | - |
| HSV(B) | 303.59º | 0.59% | 0.78% | - |
| XYZ | 36.54 | 22.32 | 52.83 | - |
| YUV | 130.52 | 163.26 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 193 | 0 | 0.58 | 0.04 | 0.22 | 303.59 | 0.52 | 0.55 |
| Hex | C8 | 53 | C1 | 0 | 3A | 4 | 16 | 130 | 34 | 37 |
| Octal | 310 | 123 | 301 | 0 | 72 | 4 | 26 | 460 | 64 | 67 |
| Binary | 11001000 | 1010011 | 11000001 | 0 | 111010 | 100 | 10110 | 100110000 | 110100 | 110111 |
Color Harmonies of #C853C1
Complementary color
Monochromatic Colors of #C853C1
Black with #C853C1
Text Example
Text Example
White with #C853C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C853C1; }
p { color: rgb(200,83,193); }
H1.HeaderClassName
{
color: #C853C1;
}
.AnyTagClassName
{
color: #C853C1;
}
</style>
background-color css
<style>
a { background-color: #C853C1; }
a { background-color: rgb(200,83,193); }
div.DivClassName
{
background-color: #C853C1;
}
.BgClassName
{
background-color: #C853C1;
}
</style>
border-color css
<style>
span { border-color: #C853C1; }
span { border-color: rgb(200,83,193); }
td.TdClassName
{
border-color: #C853C1;
}
.TagClassName
{
border-color: #C853C1;
}
</style>