Shades of Fuchsia #C82DCB
Tints of Fuchsia #C82DCB
RGB
CMYK
RGB Variations
Color information
#C82DCB (or 0xC82DCB) is known color: Fuchsia. HEX triplet: C8, 2D and CB. RGB value is (200,45,203). Sum of RGB (Red+Green+Blue) = 200+45+203=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #C82DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82DCB is #37D234. Grayscale: #6C6C6C. Windows color (decimal): -3658293 or 13315528. OLE color: 13315528.
HSL color Cylindrical-coordinate representation of color #C82DCB: hue angle of 298.86º 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 #C82DCB is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 45 | 203 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.20 |
| HSL | 298.86º | 0.64% | 0.49% | - |
| HSV(B) | 298.86º | 0.78% | 0.8% | - |
| XYZ | 35.54 | 18.47 | 58.19 | - |
| YUV | 109.36 | 180.85 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 203 | 0.01 | 0.78 | 0 | 0.20 | 298.86 | 0.64 | 0.49 |
| Hex | C8 | 2D | CB | 1 | 4E | 0 | 14 | 12B | 40 | 31 |
| Octal | 310 | 55 | 313 | 1 | 116 | 0 | 24 | 453 | 100 | 61 |
| Binary | 11001000 | 101101 | 11001011 | 1 | 1001110 | 0 | 10100 | 100101011 | 1000000 | 110001 |
Color Harmonies of #C82DCB
Complementary color
Monochromatic Colors of #C82DCB
Black with #C82DCB
Text Example
Text Example
White with #C82DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82DCB; }
p { color: rgb(200,45,203); }
H1.HeaderClassName
{
color: #C82DCB;
}
.AnyTagClassName
{
color: #C82DCB;
}
</style>
background-color css
<style>
a { background-color: #C82DCB; }
a { background-color: rgb(200,45,203); }
div.DivClassName
{
background-color: #C82DCB;
}
.BgClassName
{
background-color: #C82DCB;
}
</style>
border-color css
<style>
span { border-color: #C82DCB; }
span { border-color: rgb(200,45,203); }
td.TdClassName
{
border-color: #C82DCB;
}
.TagClassName
{
border-color: #C82DCB;
}
</style>