Shades of Fuchsia #C82EC5
Tints of Fuchsia #C82EC5
RGB
CMYK
RGB Variations
Color information
#C82EC5 (or 0xC82EC5) is known color: Fuchsia. HEX triplet: C8, 2E and C5. RGB value is (200,46,197). Sum of RGB (Red+Green+Blue) = 200+46+197=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 46 (18.36% from 255 or 10.38% from 443); Blue value is 197 (77.34% from 255 or 44.47% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C82EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82EC5 is #37D13A. Grayscale: #6C6C6C. Windows color (decimal): -3658043 or 12922568. OLE color: 12922568.
HSL color Cylindrical-coordinate representation of color #C82EC5: hue angle of 301.17º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82EC5 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 46 | 197 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.22 |
| HSL | 301.17º | 0.63% | 0.48% | - |
| HSV(B) | 301.17º | 0.77% | 0.78% | - |
| XYZ | 34.87 | 18.26 | 54.51 | - |
| YUV | 109.26 | 177.52 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 197 | 0 | 0.77 | 0.02 | 0.22 | 301.17 | 0.63 | 0.48 |
| Hex | C8 | 2E | C5 | 0 | 4D | 2 | 16 | 12D | 3F | 30 |
| Octal | 310 | 56 | 305 | 0 | 115 | 2 | 26 | 455 | 77 | 60 |
| Binary | 11001000 | 101110 | 11000101 | 0 | 1001101 | 10 | 10110 | 100101101 | 111111 | 110000 |
Color Harmonies of #C82EC5
Complementary color
Monochromatic Colors of #C82EC5
Black with #C82EC5
Text Example
Text Example
White with #C82EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82EC5; }
p { color: rgb(200,46,197); }
H1.HeaderClassName
{
color: #C82EC5;
}
.AnyTagClassName
{
color: #C82EC5;
}
</style>
background-color css
<style>
a { background-color: #C82EC5; }
a { background-color: rgb(200,46,197); }
div.DivClassName
{
background-color: #C82EC5;
}
.BgClassName
{
background-color: #C82EC5;
}
</style>
border-color css
<style>
span { border-color: #C82EC5; }
span { border-color: rgb(200,46,197); }
td.TdClassName
{
border-color: #C82EC5;
}
.TagClassName
{
border-color: #C82EC5;
}
</style>