Shades of Fuchsia #C82CAE
Tints of Fuchsia #C82CAE
RGB
CMYK
RGB Variations
Color information
#C82CAE (or 0xC82CAE) is known color: Fuchsia. HEX triplet: C8, 2C and AE. RGB value is (200,44,174). Sum of RGB (Red+Green+Blue) = 200+44+174=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C82CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82CAE is #37D351. Grayscale: #696969. Windows color (decimal): -3658578 or 11414728. OLE color: 11414728.
HSL color Cylindrical-coordinate representation of color #C82CAE: hue angle of 310º 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 #C82CAE is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 44 | 174 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.22 |
| HSL | 310º | 0.64% | 0.48% | - |
| HSV(B) | 310º | 0.78% | 0.78% | - |
| XYZ | 32.36 | 17.14 | 41.65 | - |
| YUV | 105.46 | 166.68 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 174 | 0 | 0.78 | 0.13 | 0.22 | 310 | 0.64 | 0.48 |
| Hex | C8 | 2C | AE | 0 | 4E | D | 16 | 136 | 40 | 30 |
| Octal | 310 | 54 | 256 | 0 | 116 | 15 | 26 | 466 | 100 | 60 |
| Binary | 11001000 | 101100 | 10101110 | 0 | 1001110 | 1101 | 10110 | 100110110 | 1000000 | 110000 |
Color Harmonies of #C82CAE
Complementary color
Monochromatic Colors of #C82CAE
Black with #C82CAE
Text Example
Text Example
White with #C82CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82CAE; }
p { color: rgb(200,44,174); }
H1.HeaderClassName
{
color: #C82CAE;
}
.AnyTagClassName
{
color: #C82CAE;
}
</style>
background-color css
<style>
a { background-color: #C82CAE; }
a { background-color: rgb(200,44,174); }
div.DivClassName
{
background-color: #C82CAE;
}
.BgClassName
{
background-color: #C82CAE;
}
</style>
border-color css
<style>
span { border-color: #C82CAE; }
span { border-color: rgb(200,44,174); }
td.TdClassName
{
border-color: #C82CAE;
}
.TagClassName
{
border-color: #C82CAE;
}
</style>