Shades of Fuchsia #C82DCE
Tints of Fuchsia #C82DCE
RGB
CMYK
RGB Variations
Color information
#C82DCE (or 0xC82DCE) is known color: Fuchsia. HEX triplet: C8, 2D and CE. RGB value is (200,45,206). Sum of RGB (Red+Green+Blue) = 200+45+206=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #C82DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82DCE is #37D231. Grayscale: #6D6D6D. Windows color (decimal): -3658290 or 13512136. OLE color: 13512136.
HSL color Cylindrical-coordinate representation of color #C82DCE: hue angle of 297.76º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82DCE is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 45 | 206 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.19 |
| HSL | 297.76º | 0.64% | 0.49% | - |
| HSV(B) | 297.76º | 0.78% | 0.81% | - |
| XYZ | 35.9 | 18.61 | 60.09 | - |
| YUV | 109.7 | 182.35 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 206 | 0.03 | 0.78 | 0 | 0.19 | 297.76 | 0.64 | 0.49 |
| Hex | C8 | 2D | CE | 3 | 4E | 0 | 13 | 12A | 40 | 31 |
| Octal | 310 | 55 | 316 | 3 | 116 | 0 | 23 | 452 | 100 | 61 |
| Binary | 11001000 | 101101 | 11001110 | 11 | 1001110 | 0 | 10011 | 100101010 | 1000000 | 110001 |
Color Harmonies of #C82DCE
Complementary color
Monochromatic Colors of #C82DCE
Black with #C82DCE
Text Example
Text Example
White with #C82DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82DCE; }
p { color: rgb(200,45,206); }
H1.HeaderClassName
{
color: #C82DCE;
}
.AnyTagClassName
{
color: #C82DCE;
}
</style>
background-color css
<style>
a { background-color: #C82DCE; }
a { background-color: rgb(200,45,206); }
div.DivClassName
{
background-color: #C82DCE;
}
.BgClassName
{
background-color: #C82DCE;
}
</style>
border-color css
<style>
span { border-color: #C82DCE; }
span { border-color: rgb(200,45,206); }
td.TdClassName
{
border-color: #C82DCE;
}
.TagClassName
{
border-color: #C82DCE;
}
</style>