Shades of Fuchsia #C82DCD
Tints of Fuchsia #C82DCD
RGB
CMYK
RGB Variations
Color information
#C82DCD (or 0xC82DCD) is known color: Fuchsia. HEX triplet: C8, 2D and CD. RGB value is (200,45,205). Sum of RGB (Red+Green+Blue) = 200+45+205=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #C82DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82DCD is #37D232. Grayscale: #6D6D6D. Windows color (decimal): -3658291 or 13446600. OLE color: 13446600.
HSL color Cylindrical-coordinate representation of color #C82DCD: hue angle of 298.12º degrees, saturation: 0.64, 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 #C82DCD is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 45 | 205 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.20 |
| HSL | 298.13º | 0.64% | 0.49% | - |
| HSV(B) | 298.13º | 0.78% | 0.8% | - |
| XYZ | 35.78 | 18.56 | 59.46 | - |
| YUV | 109.59 | 181.85 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 205 | 0.02 | 0.78 | 0 | 0.20 | 298.13 | 0.64 | 0.49 |
| Hex | C8 | 2D | CD | 2 | 4E | 0 | 14 | 12A | 40 | 31 |
| Octal | 310 | 55 | 315 | 2 | 116 | 0 | 24 | 452 | 100 | 61 |
| Binary | 11001000 | 101101 | 11001101 | 10 | 1001110 | 0 | 10100 | 100101010 | 1000000 | 110001 |
Color Harmonies of #C82DCD
Complementary color
Monochromatic Colors of #C82DCD
Black with #C82DCD
Text Example
Text Example
White with #C82DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82DCD; }
p { color: rgb(200,45,205); }
H1.HeaderClassName
{
color: #C82DCD;
}
.AnyTagClassName
{
color: #C82DCD;
}
</style>
background-color css
<style>
a { background-color: #C82DCD; }
a { background-color: rgb(200,45,205); }
div.DivClassName
{
background-color: #C82DCD;
}
.BgClassName
{
background-color: #C82DCD;
}
</style>
border-color css
<style>
span { border-color: #C82DCD; }
span { border-color: rgb(200,45,205); }
td.TdClassName
{
border-color: #C82DCD;
}
.TagClassName
{
border-color: #C82DCD;
}
</style>