Shades of Fuchsia #C82FCD
Tints of Fuchsia #C82FCD
RGB
CMYK
RGB Variations
Color information
#C82FCD (or 0xC82FCD) is known color: Fuchsia. HEX triplet: C8, 2F and CD. RGB value is (200,47,205). Sum of RGB (Red+Green+Blue) = 200+47+205=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #C82FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82FCD is #37D032. Grayscale: #6E6E6E. Windows color (decimal): -3657779 or 13447112. OLE color: 13447112.
HSL color Cylindrical-coordinate representation of color #C82FCD: hue angle of 298.1º 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 #C82FCD is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 47 | 205 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.20 |
| HSL | 298.1º | 0.63% | 0.49% | - |
| HSV(B) | 298.1º | 0.77% | 0.8% | - |
| XYZ | 35.86 | 18.72 | 59.48 | - |
| YUV | 110.76 | 181.19 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 205 | 0.02 | 0.77 | 0 | 0.20 | 298.1 | 0.63 | 0.49 |
| Hex | C8 | 2F | CD | 2 | 4D | 0 | 14 | 12A | 3F | 31 |
| Octal | 310 | 57 | 315 | 2 | 115 | 0 | 24 | 452 | 77 | 61 |
| Binary | 11001000 | 101111 | 11001101 | 10 | 1001101 | 0 | 10100 | 100101010 | 111111 | 110001 |
Color Harmonies of #C82FCD
Complementary color
Monochromatic Colors of #C82FCD
Black with #C82FCD
Text Example
Text Example
White with #C82FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82FCD; }
p { color: rgb(200,47,205); }
H1.HeaderClassName
{
color: #C82FCD;
}
.AnyTagClassName
{
color: #C82FCD;
}
</style>
background-color css
<style>
a { background-color: #C82FCD; }
a { background-color: rgb(200,47,205); }
div.DivClassName
{
background-color: #C82FCD;
}
.BgClassName
{
background-color: #C82FCD;
}
</style>
border-color css
<style>
span { border-color: #C82FCD; }
span { border-color: rgb(200,47,205); }
td.TdClassName
{
border-color: #C82FCD;
}
.TagClassName
{
border-color: #C82FCD;
}
</style>