Shades of Fuchsia #C82EC9
Tints of Fuchsia #C82EC9
RGB
CMYK
RGB Variations
Color information
#C82EC9 (or 0xC82EC9) is known color: Fuchsia. HEX triplet: C8, 2E and C9. RGB value is (200,46,201). Sum of RGB (Red+Green+Blue) = 200+46+201=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 46 (18.36% from 255 or 10.29% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 201 - color contains mainly: blue. Hex color #C82EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82EC9 is #37D136. Grayscale: #6D6D6D. Windows color (decimal): -3658039 or 13184712. OLE color: 13184712.
HSL color Cylindrical-coordinate representation of color #C82EC9: hue angle of 299.61º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82EC9 is Cyan = 0.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 46 | 201 | - |
| CMYK | 0.00 | 0.77 | 0 | 0.21 |
| HSL | 299.61º | 0.63% | 0.48% | - |
| HSV(B) | 299.61º | 0.77% | 0.79% | - |
| XYZ | 35.34 | 18.45 | 56.96 | - |
| YUV | 109.72 | 179.52 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 201 | 0.00 | 0.77 | 0 | 0.21 | 299.61 | 0.63 | 0.48 |
| Hex | C8 | 2E | C9 | 0 | 4D | 0 | 15 | 12C | 3F | 30 |
| Octal | 310 | 56 | 311 | 0 | 115 | 0 | 25 | 454 | 77 | 60 |
| Binary | 11001000 | 101110 | 11001001 | 0 | 1001101 | 0 | 10101 | 100101100 | 111111 | 110000 |
Color Harmonies of #C82EC9
Complementary color
Monochromatic Colors of #C82EC9
Black with #C82EC9
Text Example
Text Example
White with #C82EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82EC9; }
p { color: rgb(200,46,201); }
H1.HeaderClassName
{
color: #C82EC9;
}
.AnyTagClassName
{
color: #C82EC9;
}
</style>
background-color css
<style>
a { background-color: #C82EC9; }
a { background-color: rgb(200,46,201); }
div.DivClassName
{
background-color: #C82EC9;
}
.BgClassName
{
background-color: #C82EC9;
}
</style>
border-color css
<style>
span { border-color: #C82EC9; }
span { border-color: rgb(200,46,201); }
td.TdClassName
{
border-color: #C82EC9;
}
.TagClassName
{
border-color: #C82EC9;
}
</style>