Shades of Fuchsia #C82CC0
Tints of Fuchsia #C82CC0
RGB
CMYK
RGB Variations
Color information
#C82CC0 (or 0xC82CC0) is known color: Fuchsia. HEX triplet: C8, 2C and C0. RGB value is (200,44,192). Sum of RGB (Red+Green+Blue) = 200+44+192=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 44 (17.58% from 255 or 10.09% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C82CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82CC0 is #37D33F. Grayscale: #6B6B6B. Windows color (decimal): -3658560 or 12594376. OLE color: 12594376.
HSL color Cylindrical-coordinate representation of color #C82CC0: hue angle of 303.08º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82CC0 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 44 | 192 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.22 |
| HSL | 303.08º | 0.64% | 0.48% | - |
| HSV(B) | 303.08º | 0.78% | 0.78% | - |
| XYZ | 34.23 | 17.89 | 51.52 | - |
| YUV | 107.52 | 175.68 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 192 | 0 | 0.78 | 0.04 | 0.22 | 303.08 | 0.64 | 0.48 |
| Hex | C8 | 2C | C0 | 0 | 4E | 4 | 16 | 12F | 40 | 30 |
| Octal | 310 | 54 | 300 | 0 | 116 | 4 | 26 | 457 | 100 | 60 |
| Binary | 11001000 | 101100 | 11000000 | 0 | 1001110 | 100 | 10110 | 100101111 | 1000000 | 110000 |
Color Harmonies of #C82CC0
Complementary color
Monochromatic Colors of #C82CC0
Black with #C82CC0
Text Example
Text Example
White with #C82CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82CC0; }
p { color: rgb(200,44,192); }
H1.HeaderClassName
{
color: #C82CC0;
}
.AnyTagClassName
{
color: #C82CC0;
}
</style>
background-color css
<style>
a { background-color: #C82CC0; }
a { background-color: rgb(200,44,192); }
div.DivClassName
{
background-color: #C82CC0;
}
.BgClassName
{
background-color: #C82CC0;
}
</style>
border-color css
<style>
span { border-color: #C82CC0; }
span { border-color: rgb(200,44,192); }
td.TdClassName
{
border-color: #C82CC0;
}
.TagClassName
{
border-color: #C82CC0;
}
</style>