Shades of Fuchsia #C82EC7
Tints of Fuchsia #C82EC7
RGB
CMYK
RGB Variations
Color information
#C82EC7 (or 0xC82EC7) is known color: Fuchsia. HEX triplet: C8, 2E and C7. RGB value is (200,46,199). Sum of RGB (Red+Green+Blue) = 200+46+199=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 46 (18.36% from 255 or 10.34% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C82EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82EC7 is #37D138. Grayscale: #6D6D6D. Windows color (decimal): -3658041 or 13053640. OLE color: 13053640.
HSL color Cylindrical-coordinate representation of color #C82EC7: hue angle of 300.39º 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 #C82EC7 is Cyan = 0, Magento = 0.77, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 46 | 199 | - |
| CMYK | 0 | 0.77 | 0.00 | 0.22 |
| HSL | 300.39º | 0.63% | 0.48% | - |
| HSV(B) | 300.39º | 0.77% | 0.78% | - |
| XYZ | 35.11 | 18.36 | 55.73 | - |
| YUV | 109.49 | 178.52 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 199 | 0 | 0.77 | 0.00 | 0.22 | 300.39 | 0.63 | 0.48 |
| Hex | C8 | 2E | C7 | 0 | 4D | 0 | 16 | 12C | 3F | 30 |
| Octal | 310 | 56 | 307 | 0 | 115 | 0 | 26 | 454 | 77 | 60 |
| Binary | 11001000 | 101110 | 11000111 | 0 | 1001101 | 0 | 10110 | 100101100 | 111111 | 110000 |
Color Harmonies of #C82EC7
Complementary color
Monochromatic Colors of #C82EC7
Black with #C82EC7
Text Example
Text Example
White with #C82EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82EC7; }
p { color: rgb(200,46,199); }
H1.HeaderClassName
{
color: #C82EC7;
}
.AnyTagClassName
{
color: #C82EC7;
}
</style>
background-color css
<style>
a { background-color: #C82EC7; }
a { background-color: rgb(200,46,199); }
div.DivClassName
{
background-color: #C82EC7;
}
.BgClassName
{
background-color: #C82EC7;
}
</style>
border-color css
<style>
span { border-color: #C82EC7; }
span { border-color: rgb(200,46,199); }
td.TdClassName
{
border-color: #C82EC7;
}
.TagClassName
{
border-color: #C82EC7;
}
</style>