Shades of Fuchsia #C82FD1
Tints of Fuchsia #C82FD1
RGB
CMYK
RGB Variations
Color information
#C82FD1 (or 0xC82FD1) is known color: Fuchsia. HEX triplet: C8, 2F and D1. RGB value is (200,47,209). Sum of RGB (Red+Green+Blue) = 200+47+209=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 209 - color contains mainly: blue. Hex color #C82FD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82FD1 is #37D02E. Grayscale: #6E6E6E. Windows color (decimal): -3657775 or 13709256. OLE color: 13709256.
HSL color Cylindrical-coordinate representation of color #C82FD1: hue angle of 296.67º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82FD1 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 47 | 209 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.18 |
| HSL | 296.67º | 0.64% | 0.5% | - |
| HSV(B) | 296.67º | 0.78% | 0.82% | - |
| XYZ | 36.34 | 18.92 | 62.06 | - |
| YUV | 111.22 | 183.19 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 209 | 0.04 | 0.78 | 0 | 0.18 | 296.67 | 0.64 | 0.5 |
| Hex | C8 | 2F | D1 | 4 | 4E | 0 | 12 | 129 | 40 | 32 |
| Octal | 310 | 57 | 321 | 4 | 116 | 0 | 22 | 451 | 100 | 62 |
| Binary | 11001000 | 101111 | 11010001 | 100 | 1001110 | 0 | 10010 | 100101001 | 1000000 | 110010 |
Color Harmonies of #C82FD1
Complementary color
Monochromatic Colors of #C82FD1
Black with #C82FD1
Text Example
Text Example
White with #C82FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82FD1; }
p { color: rgb(200,47,209); }
H1.HeaderClassName
{
color: #C82FD1;
}
.AnyTagClassName
{
color: #C82FD1;
}
</style>
background-color css
<style>
a { background-color: #C82FD1; }
a { background-color: rgb(200,47,209); }
div.DivClassName
{
background-color: #C82FD1;
}
.BgClassName
{
background-color: #C82FD1;
}
</style>
border-color css
<style>
span { border-color: #C82FD1; }
span { border-color: rgb(200,47,209); }
td.TdClassName
{
border-color: #C82FD1;
}
.TagClassName
{
border-color: #C82FD1;
}
</style>