Shades of Fuchsia #C82DAE
Tints of Fuchsia #C82DAE
RGB
CMYK
RGB Variations
Color information
#C82DAE (or 0xC82DAE) is known color: Fuchsia. HEX triplet: C8, 2D and AE. RGB value is (200,45,174). Sum of RGB (Red+Green+Blue) = 200+45+174=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C82DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82DAE is #37D251. Grayscale: #696969. Windows color (decimal): -3658322 or 11414984. OLE color: 11414984.
HSL color Cylindrical-coordinate representation of color #C82DAE: hue angle of 310.06º 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 #C82DAE is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 45 | 174 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.22 |
| HSL | 310.06º | 0.63% | 0.48% | - |
| HSV(B) | 310.06º | 0.78% | 0.78% | - |
| XYZ | 32.4 | 17.21 | 41.66 | - |
| YUV | 106.05 | 166.35 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 174 | 0 | 0.78 | 0.13 | 0.22 | 310.06 | 0.63 | 0.48 |
| Hex | C8 | 2D | AE | 0 | 4E | D | 16 | 136 | 3F | 30 |
| Octal | 310 | 55 | 256 | 0 | 116 | 15 | 26 | 466 | 77 | 60 |
| Binary | 11001000 | 101101 | 10101110 | 0 | 1001110 | 1101 | 10110 | 100110110 | 111111 | 110000 |
Color Harmonies of #C82DAE
Complementary color
Monochromatic Colors of #C82DAE
Black with #C82DAE
Text Example
Text Example
White with #C82DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82DAE; }
p { color: rgb(200,45,174); }
H1.HeaderClassName
{
color: #C82DAE;
}
.AnyTagClassName
{
color: #C82DAE;
}
</style>
background-color css
<style>
a { background-color: #C82DAE; }
a { background-color: rgb(200,45,174); }
div.DivClassName
{
background-color: #C82DAE;
}
.BgClassName
{
background-color: #C82DAE;
}
</style>
border-color css
<style>
span { border-color: #C82DAE; }
span { border-color: rgb(200,45,174); }
td.TdClassName
{
border-color: #C82DAE;
}
.TagClassName
{
border-color: #C82DAE;
}
</style>