Shades of Fuchsia #C82ECC
Tints of Fuchsia #C82ECC
RGB
CMYK
RGB Variations
Color information
#C82ECC (or 0xC82ECC) is known color: Fuchsia. HEX triplet: C8, 2E and CC. RGB value is (200,46,204). Sum of RGB (Red+Green+Blue) = 200+46+204=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #C82ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82ECC is #37D133. Grayscale: #6D6D6D. Windows color (decimal): -3658036 or 13381320. OLE color: 13381320.
HSL color Cylindrical-coordinate representation of color #C82ECC: hue angle of 298.48º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82ECC is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 46 | 204 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.2 |
| HSL | 298.48º | 0.63% | 0.49% | - |
| HSV(B) | 298.48º | 0.77% | 0.8% | - |
| XYZ | 35.7 | 18.59 | 58.83 | - |
| YUV | 110.06 | 181.02 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 204 | 0.02 | 0.77 | 0 | 0.2 | 298.48 | 0.63 | 0.49 |
| Hex | C8 | 2E | CC | 2 | 4D | 0 | 14 | 12A | 3F | 31 |
| Octal | 310 | 56 | 314 | 2 | 115 | 0 | 24 | 452 | 77 | 61 |
| Binary | 11001000 | 101110 | 11001100 | 10 | 1001101 | 0 | 10100 | 100101010 | 111111 | 110001 |
Color Harmonies of #C82ECC
Complementary color
Monochromatic Colors of #C82ECC
Black with #C82ECC
Text Example
Text Example
White with #C82ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82ECC; }
p { color: rgb(200,46,204); }
H1.HeaderClassName
{
color: #C82ECC;
}
.AnyTagClassName
{
color: #C82ECC;
}
</style>
background-color css
<style>
a { background-color: #C82ECC; }
a { background-color: rgb(200,46,204); }
div.DivClassName
{
background-color: #C82ECC;
}
.BgClassName
{
background-color: #C82ECC;
}
</style>
border-color css
<style>
span { border-color: #C82ECC; }
span { border-color: rgb(200,46,204); }
td.TdClassName
{
border-color: #C82ECC;
}
.TagClassName
{
border-color: #C82ECC;
}
</style>