Shades of Fuchsia #C82AC0
Tints of Fuchsia #C82AC0
RGB
CMYK
RGB Variations
Color information
#C82AC0 (or 0xC82AC0) is known color: Fuchsia. HEX triplet: C8, 2A and C0. RGB value is (200,42,192). Sum of RGB (Red+Green+Blue) = 200+42+192=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C82AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82AC0 is #37D53F. Grayscale: #696969. Windows color (decimal): -3659072 or 12593864. OLE color: 12593864.
HSL color Cylindrical-coordinate representation of color #C82AC0: hue angle of 303.04º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82AC0 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 42 | 192 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.22 |
| HSL | 303.04º | 0.65% | 0.47% | - |
| HSV(B) | 303.04º | 0.79% | 0.78% | - |
| XYZ | 34.16 | 17.74 | 51.49 | - |
| YUV | 106.34 | 176.35 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 42 | 192 | 0 | 0.79 | 0.04 | 0.22 | 303.04 | 0.65 | 0.47 |
| Hex | C8 | 2A | C0 | 0 | 4F | 4 | 16 | 12F | 41 | 2F |
| Octal | 310 | 52 | 300 | 0 | 117 | 4 | 26 | 457 | 101 | 57 |
| Binary | 11001000 | 101010 | 11000000 | 0 | 1001111 | 100 | 10110 | 100101111 | 1000001 | 101111 |
Color Harmonies of #C82AC0
Complementary color
Monochromatic Colors of #C82AC0
Black with #C82AC0
Text Example
Text Example
White with #C82AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82AC0; }
p { color: rgb(200,42,192); }
H1.HeaderClassName
{
color: #C82AC0;
}
.AnyTagClassName
{
color: #C82AC0;
}
</style>
background-color css
<style>
a { background-color: #C82AC0; }
a { background-color: rgb(200,42,192); }
div.DivClassName
{
background-color: #C82AC0;
}
.BgClassName
{
background-color: #C82AC0;
}
</style>
border-color css
<style>
span { border-color: #C82AC0; }
span { border-color: rgb(200,42,192); }
td.TdClassName
{
border-color: #C82AC0;
}
.TagClassName
{
border-color: #C82AC0;
}
</style>