Shades of Fuchsia #C82EC3
Tints of Fuchsia #C82EC3
RGB
CMYK
RGB Variations
Color information
#C82EC3 (or 0xC82EC3) is known color: Fuchsia. HEX triplet: C8, 2E and C3. RGB value is (200,46,195). Sum of RGB (Red+Green+Blue) = 200+46+195=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 46 (18.36% from 255 or 10.43% from 441); Blue value is 195 (76.56% from 255 or 44.22% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C82EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82EC3 is #37D13C. Grayscale: #6C6C6C. Windows color (decimal): -3658045 or 12791496. OLE color: 12791496.
HSL color Cylindrical-coordinate representation of color #C82EC3: hue angle of 301.95º 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 #C82EC3 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 46 | 195 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.22 |
| HSL | 301.95º | 0.63% | 0.48% | - |
| HSV(B) | 301.95º | 0.77% | 0.78% | - |
| XYZ | 34.65 | 18.17 | 53.31 | - |
| YUV | 109.03 | 176.52 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 195 | 0 | 0.77 | 0.02 | 0.22 | 301.95 | 0.63 | 0.48 |
| Hex | C8 | 2E | C3 | 0 | 4D | 2 | 16 | 12E | 3F | 30 |
| Octal | 310 | 56 | 303 | 0 | 115 | 2 | 26 | 456 | 77 | 60 |
| Binary | 11001000 | 101110 | 11000011 | 0 | 1001101 | 10 | 10110 | 100101110 | 111111 | 110000 |
Color Harmonies of #C82EC3
Complementary color
Monochromatic Colors of #C82EC3
Black with #C82EC3
Text Example
Text Example
White with #C82EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82EC3; }
p { color: rgb(200,46,195); }
H1.HeaderClassName
{
color: #C82EC3;
}
.AnyTagClassName
{
color: #C82EC3;
}
</style>
background-color css
<style>
a { background-color: #C82EC3; }
a { background-color: rgb(200,46,195); }
div.DivClassName
{
background-color: #C82EC3;
}
.BgClassName
{
background-color: #C82EC3;
}
</style>
border-color css
<style>
span { border-color: #C82EC3; }
span { border-color: rgb(200,46,195); }
td.TdClassName
{
border-color: #C82EC3;
}
.TagClassName
{
border-color: #C82EC3;
}
</style>