Shades of Fuchsia #C82ECD
Tints of Fuchsia #C82ECD
RGB
CMYK
RGB Variations
Color information
#C82ECD (or 0xC82ECD) is known color: Fuchsia. HEX triplet: C8, 2E and CD. RGB value is (200,46,205). Sum of RGB (Red+Green+Blue) = 200+46+205=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 46 (18.36% from 255 or 10.20% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #C82ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82ECD is #37D132. Grayscale: #6D6D6D. Windows color (decimal): -3658035 or 13446856. OLE color: 13446856.
HSL color Cylindrical-coordinate representation of color #C82ECD: hue angle of 298.11º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82ECD is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 46 | 205 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.20 |
| HSL | 298.11º | 0.63% | 0.49% | - |
| HSV(B) | 298.11º | 0.78% | 0.8% | - |
| XYZ | 35.82 | 18.64 | 59.47 | - |
| YUV | 110.17 | 181.52 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 205 | 0.02 | 0.78 | 0 | 0.20 | 298.11 | 0.63 | 0.49 |
| Hex | C8 | 2E | CD | 2 | 4E | 0 | 14 | 12A | 3F | 31 |
| Octal | 310 | 56 | 315 | 2 | 116 | 0 | 24 | 452 | 77 | 61 |
| Binary | 11001000 | 101110 | 11001101 | 10 | 1001110 | 0 | 10100 | 100101010 | 111111 | 110001 |
Color Harmonies of #C82ECD
Complementary color
Monochromatic Colors of #C82ECD
Black with #C82ECD
Text Example
Text Example
White with #C82ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82ECD; }
p { color: rgb(200,46,205); }
H1.HeaderClassName
{
color: #C82ECD;
}
.AnyTagClassName
{
color: #C82ECD;
}
</style>
background-color css
<style>
a { background-color: #C82ECD; }
a { background-color: rgb(200,46,205); }
div.DivClassName
{
background-color: #C82ECD;
}
.BgClassName
{
background-color: #C82ECD;
}
</style>
border-color css
<style>
span { border-color: #C82ECD; }
span { border-color: rgb(200,46,205); }
td.TdClassName
{
border-color: #C82ECD;
}
.TagClassName
{
border-color: #C82ECD;
}
</style>