Shades of Fuchsia #C82CCD
Tints of Fuchsia #C82CCD
RGB
CMYK
RGB Variations
Color information
#C82CCD (or 0xC82CCD) is known color: Fuchsia. HEX triplet: C8, 2C and CD. RGB value is (200,44,205). Sum of RGB (Red+Green+Blue) = 200+44+205=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #C82CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82CCD is #37D332. Grayscale: #6C6C6C. Windows color (decimal): -3658547 or 13446344. OLE color: 13446344.
HSL color Cylindrical-coordinate representation of color #C82CCD: hue angle of 298.14º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82CCD is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 44 | 205 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.20 |
| HSL | 298.14º | 0.65% | 0.49% | - |
| HSV(B) | 298.14º | 0.79% | 0.8% | - |
| XYZ | 35.74 | 18.49 | 59.44 | - |
| YUV | 109 | 182.18 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 205 | 0.02 | 0.79 | 0 | 0.20 | 298.14 | 0.65 | 0.49 |
| Hex | C8 | 2C | CD | 2 | 4F | 0 | 14 | 12A | 41 | 31 |
| Octal | 310 | 54 | 315 | 2 | 117 | 0 | 24 | 452 | 101 | 61 |
| Binary | 11001000 | 101100 | 11001101 | 10 | 1001111 | 0 | 10100 | 100101010 | 1000001 | 110001 |
Color Harmonies of #C82CCD
Complementary color
Monochromatic Colors of #C82CCD
Black with #C82CCD
Text Example
Text Example
White with #C82CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82CCD; }
p { color: rgb(200,44,205); }
H1.HeaderClassName
{
color: #C82CCD;
}
.AnyTagClassName
{
color: #C82CCD;
}
</style>
background-color css
<style>
a { background-color: #C82CCD; }
a { background-color: rgb(200,44,205); }
div.DivClassName
{
background-color: #C82CCD;
}
.BgClassName
{
background-color: #C82CCD;
}
</style>
border-color css
<style>
span { border-color: #C82CCD; }
span { border-color: rgb(200,44,205); }
td.TdClassName
{
border-color: #C82CCD;
}
.TagClassName
{
border-color: #C82CCD;
}
</style>