Shades of Fuchsia #C82FBC
Tints of Fuchsia #C82FBC
RGB
CMYK
RGB Variations
Color information
#C82FBC (or 0xC82FBC) is known color: Fuchsia. HEX triplet: C8, 2F and BC. RGB value is (200,47,188). Sum of RGB (Red+Green+Blue) = 200+47+188=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C82FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82FBC is #37D043. Grayscale: #6C6C6C. Windows color (decimal): -3657796 or 12333000. OLE color: 12333000.
HSL color Cylindrical-coordinate representation of color #C82FBC: hue angle of 304.71º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C82FBC is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 188 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.22 |
| HSL | 304.71º | 0.62% | 0.48% | - |
| HSV(B) | 304.71º | 0.77% | 0.78% | - |
| XYZ | 33.91 | 17.94 | 49.25 | - |
| YUV | 108.82 | 172.69 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 188 | 0 | 0.76 | 0.06 | 0.22 | 304.71 | 0.62 | 0.48 |
| Hex | C8 | 2F | BC | 0 | 4C | 6 | 16 | 131 | 3E | 30 |
| Octal | 310 | 57 | 274 | 0 | 114 | 6 | 26 | 461 | 76 | 60 |
| Binary | 11001000 | 101111 | 10111100 | 0 | 1001100 | 110 | 10110 | 100110001 | 111110 | 110000 |
Color Harmonies of #C82FBC
Complementary color
Monochromatic Colors of #C82FBC
Black with #C82FBC
Text Example
Text Example
White with #C82FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82FBC; }
p { color: rgb(200,47,188); }
H1.HeaderClassName
{
color: #C82FBC;
}
.AnyTagClassName
{
color: #C82FBC;
}
</style>
background-color css
<style>
a { background-color: #C82FBC; }
a { background-color: rgb(200,47,188); }
div.DivClassName
{
background-color: #C82FBC;
}
.BgClassName
{
background-color: #C82FBC;
}
</style>
border-color css
<style>
span { border-color: #C82FBC; }
span { border-color: rgb(200,47,188); }
td.TdClassName
{
border-color: #C82FBC;
}
.TagClassName
{
border-color: #C82FBC;
}
</style>