Shades of Fuchsia #C82ED0
Tints of Fuchsia #C82ED0
RGB
CMYK
RGB Variations
Color information
#C82ED0 (or 0xC82ED0) is known color: Fuchsia. HEX triplet: C8, 2E and D0. RGB value is (200,46,208). Sum of RGB (Red+Green+Blue) = 200+46+208=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 46 (18.36% from 255 or 10.13% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 208 - color contains mainly: blue. Hex color #C82ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82ED0 is #37D12F. Grayscale: #6E6E6E. Windows color (decimal): -3658032 or 13643464. OLE color: 13643464.
HSL color Cylindrical-coordinate representation of color #C82ED0: hue angle of 297.04º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82ED0 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 46 | 208 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.18 |
| HSL | 297.04º | 0.64% | 0.5% | - |
| HSV(B) | 297.04º | 0.78% | 0.82% | - |
| XYZ | 36.18 | 18.79 | 61.39 | - |
| YUV | 110.51 | 183.02 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 208 | 0.04 | 0.78 | 0 | 0.18 | 297.04 | 0.64 | 0.5 |
| Hex | C8 | 2E | D0 | 4 | 4E | 0 | 12 | 129 | 40 | 32 |
| Octal | 310 | 56 | 320 | 4 | 116 | 0 | 22 | 451 | 100 | 62 |
| Binary | 11001000 | 101110 | 11010000 | 100 | 1001110 | 0 | 10010 | 100101001 | 1000000 | 110010 |
Color Harmonies of #C82ED0
Complementary color
Monochromatic Colors of #C82ED0
Black with #C82ED0
Text Example
Text Example
White with #C82ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82ED0; }
p { color: rgb(200,46,208); }
H1.HeaderClassName
{
color: #C82ED0;
}
.AnyTagClassName
{
color: #C82ED0;
}
</style>
background-color css
<style>
a { background-color: #C82ED0; }
a { background-color: rgb(200,46,208); }
div.DivClassName
{
background-color: #C82ED0;
}
.BgClassName
{
background-color: #C82ED0;
}
</style>
border-color css
<style>
span { border-color: #C82ED0; }
span { border-color: rgb(200,46,208); }
td.TdClassName
{
border-color: #C82ED0;
}
.TagClassName
{
border-color: #C82ED0;
}
</style>