Shades of Fuchsia #C82DC2
Tints of Fuchsia #C82DC2
RGB
CMYK
RGB Variations
Color information
#C82DC2 (or 0xC82DC2) is known color: Fuchsia. HEX triplet: C8, 2D and C2. RGB value is (200,45,194). Sum of RGB (Red+Green+Blue) = 200+45+194=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C82DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82DC2 is #37D23D. Grayscale: #6B6B6B. Windows color (decimal): -3658302 or 12725704. OLE color: 12725704.
HSL color Cylindrical-coordinate representation of color #C82DC2: hue angle of 302.32º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82DC2 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 45 | 194 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.22 |
| HSL | 302.32º | 0.63% | 0.48% | - |
| HSV(B) | 302.32º | 0.78% | 0.78% | - |
| XYZ | 34.5 | 18.05 | 52.71 | - |
| YUV | 108.33 | 176.35 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 194 | 0 | 0.78 | 0.03 | 0.22 | 302.32 | 0.63 | 0.48 |
| Hex | C8 | 2D | C2 | 0 | 4E | 3 | 16 | 12E | 3F | 30 |
| Octal | 310 | 55 | 302 | 0 | 116 | 3 | 26 | 456 | 77 | 60 |
| Binary | 11001000 | 101101 | 11000010 | 0 | 1001110 | 11 | 10110 | 100101110 | 111111 | 110000 |
Color Harmonies of #C82DC2
Complementary color
Monochromatic Colors of #C82DC2
Black with #C82DC2
Text Example
Text Example
White with #C82DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82DC2; }
p { color: rgb(200,45,194); }
H1.HeaderClassName
{
color: #C82DC2;
}
.AnyTagClassName
{
color: #C82DC2;
}
</style>
background-color css
<style>
a { background-color: #C82DC2; }
a { background-color: rgb(200,45,194); }
div.DivClassName
{
background-color: #C82DC2;
}
.BgClassName
{
background-color: #C82DC2;
}
</style>
border-color css
<style>
span { border-color: #C82DC2; }
span { border-color: rgb(200,45,194); }
td.TdClassName
{
border-color: #C82DC2;
}
.TagClassName
{
border-color: #C82DC2;
}
</style>