Shades of Fuchsia #C82ECE
Tints of Fuchsia #C82ECE
RGB
CMYK
RGB Variations
Color information
#C82ECE (or 0xC82ECE) is known color: Fuchsia. HEX triplet: C8, 2E and CE. RGB value is (200,46,206). Sum of RGB (Red+Green+Blue) = 200+46+206=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 46 (18.36% from 255 or 10.18% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #C82ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82ECE is #37D131. Grayscale: #6D6D6D. Windows color (decimal): -3658034 or 13512392. OLE color: 13512392.
HSL color Cylindrical-coordinate representation of color #C82ECE: hue angle of 297.75º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82ECE is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 46 | 206 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.19 |
| HSL | 297.75º | 0.63% | 0.49% | - |
| HSV(B) | 297.75º | 0.78% | 0.81% | - |
| XYZ | 35.94 | 18.69 | 60.11 | - |
| YUV | 110.29 | 182.02 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 206 | 0.03 | 0.78 | 0 | 0.19 | 297.75 | 0.63 | 0.49 |
| Hex | C8 | 2E | CE | 3 | 4E | 0 | 13 | 12A | 3F | 31 |
| Octal | 310 | 56 | 316 | 3 | 116 | 0 | 23 | 452 | 77 | 61 |
| Binary | 11001000 | 101110 | 11001110 | 11 | 1001110 | 0 | 10011 | 100101010 | 111111 | 110001 |
Color Harmonies of #C82ECE
Complementary color
Monochromatic Colors of #C82ECE
Black with #C82ECE
Text Example
Text Example
White with #C82ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82ECE; }
p { color: rgb(200,46,206); }
H1.HeaderClassName
{
color: #C82ECE;
}
.AnyTagClassName
{
color: #C82ECE;
}
</style>
background-color css
<style>
a { background-color: #C82ECE; }
a { background-color: rgb(200,46,206); }
div.DivClassName
{
background-color: #C82ECE;
}
.BgClassName
{
background-color: #C82ECE;
}
</style>
border-color css
<style>
span { border-color: #C82ECE; }
span { border-color: rgb(200,46,206); }
td.TdClassName
{
border-color: #C82ECE;
}
.TagClassName
{
border-color: #C82ECE;
}
</style>