Shades of Fuchsia #C853BE
Tints of Fuchsia #C853BE
RGB
CMYK
RGB Variations
Color information
#C853BE (or 0xC853BE) is known color: Fuchsia. HEX triplet: C8, 53 and BE. RGB value is (200,83,190). Sum of RGB (Red+Green+Blue) = 200+83+190=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C853BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C853BE is #37AC41. Grayscale: #818181. Windows color (decimal): -3648578 or 12473288. OLE color: 12473288.
HSL color Cylindrical-coordinate representation of color #C853BE: hue angle of 305.13º 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 #C853BE is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 190 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.22 |
| HSL | 305.13º | 0.52% | 0.55% | - |
| HSV(B) | 305.13º | 0.59% | 0.78% | - |
| XYZ | 36.21 | 22.18 | 51.09 | - |
| YUV | 130.18 | 161.76 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 190 | 0 | 0.58 | 0.05 | 0.22 | 305.13 | 0.52 | 0.55 |
| Hex | C8 | 53 | BE | 0 | 3A | 5 | 16 | 131 | 34 | 37 |
| Octal | 310 | 123 | 276 | 0 | 72 | 5 | 26 | 461 | 64 | 67 |
| Binary | 11001000 | 1010011 | 10111110 | 0 | 111010 | 101 | 10110 | 100110001 | 110100 | 110111 |
Color Harmonies of #C853BE
Complementary color
Monochromatic Colors of #C853BE
Black with #C853BE
Text Example
Text Example
White with #C853BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C853BE; }
p { color: rgb(200,83,190); }
H1.HeaderClassName
{
color: #C853BE;
}
.AnyTagClassName
{
color: #C853BE;
}
</style>
background-color css
<style>
a { background-color: #C853BE; }
a { background-color: rgb(200,83,190); }
div.DivClassName
{
background-color: #C853BE;
}
.BgClassName
{
background-color: #C853BE;
}
</style>
border-color css
<style>
span { border-color: #C853BE; }
span { border-color: rgb(200,83,190); }
td.TdClassName
{
border-color: #C853BE;
}
.TagClassName
{
border-color: #C853BE;
}
</style>