Shades of Fuchsia #C82DD0
Tints of Fuchsia #C82DD0
RGB
CMYK
RGB Variations
Color information
#C82DD0 (or 0xC82DD0) is known color: Fuchsia. HEX triplet: C8, 2D and D0. RGB value is (200,45,208). Sum of RGB (Red+Green+Blue) = 200+45+208=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 45 (17.97% from 255 or 9.93% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #C82DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82DD0 is #37D22F. Grayscale: #6D6D6D. Windows color (decimal): -3658288 or 13643208. OLE color: 13643208.
HSL color Cylindrical-coordinate representation of color #C82DD0: hue angle of 297.06º 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 #C82DD0 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 45 | 208 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.18 |
| HSL | 297.06º | 0.64% | 0.5% | - |
| HSV(B) | 297.06º | 0.78% | 0.82% | - |
| XYZ | 36.14 | 18.71 | 61.38 | - |
| YUV | 109.93 | 183.35 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 208 | 0.04 | 0.78 | 0 | 0.18 | 297.06 | 0.64 | 0.5 |
| Hex | C8 | 2D | D0 | 4 | 4E | 0 | 12 | 129 | 40 | 32 |
| Octal | 310 | 55 | 320 | 4 | 116 | 0 | 22 | 451 | 100 | 62 |
| Binary | 11001000 | 101101 | 11010000 | 100 | 1001110 | 0 | 10010 | 100101001 | 1000000 | 110010 |
Color Harmonies of #C82DD0
Complementary color
Monochromatic Colors of #C82DD0
Black with #C82DD0
Text Example
Text Example
White with #C82DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82DD0; }
p { color: rgb(200,45,208); }
H1.HeaderClassName
{
color: #C82DD0;
}
.AnyTagClassName
{
color: #C82DD0;
}
</style>
background-color css
<style>
a { background-color: #C82DD0; }
a { background-color: rgb(200,45,208); }
div.DivClassName
{
background-color: #C82DD0;
}
.BgClassName
{
background-color: #C82DD0;
}
</style>
border-color css
<style>
span { border-color: #C82DD0; }
span { border-color: rgb(200,45,208); }
td.TdClassName
{
border-color: #C82DD0;
}
.TagClassName
{
border-color: #C82DD0;
}
</style>