Shades of Fuchsia #C82BBC
Tints of Fuchsia #C82BBC
RGB
CMYK
RGB Variations
Color information
#C82BBC (or 0xC82BBC) is known color: Fuchsia. HEX triplet: C8, 2B and BC. RGB value is (200,43,188). Sum of RGB (Red+Green+Blue) = 200+43+188=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C82BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82BBC is #37D443. Grayscale: #6A6A6A. Windows color (decimal): -3658820 or 12331976. OLE color: 12331976.
HSL color Cylindrical-coordinate representation of color #C82BBC: hue angle of 304.59º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82BBC is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 43 | 188 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.22 |
| HSL | 304.59º | 0.65% | 0.48% | - |
| HSV(B) | 304.59º | 0.79% | 0.78% | - |
| XYZ | 33.76 | 17.64 | 49.2 | - |
| YUV | 106.47 | 174.01 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 43 | 188 | 0 | 0.78 | 0.06 | 0.22 | 304.59 | 0.65 | 0.48 |
| Hex | C8 | 2B | BC | 0 | 4E | 6 | 16 | 131 | 41 | 30 |
| Octal | 310 | 53 | 274 | 0 | 116 | 6 | 26 | 461 | 101 | 60 |
| Binary | 11001000 | 101011 | 10111100 | 0 | 1001110 | 110 | 10110 | 100110001 | 1000001 | 110000 |
Color Harmonies of #C82BBC
Complementary color
Monochromatic Colors of #C82BBC
Black with #C82BBC
Text Example
Text Example
White with #C82BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82BBC; }
p { color: rgb(200,43,188); }
H1.HeaderClassName
{
color: #C82BBC;
}
.AnyTagClassName
{
color: #C82BBC;
}
</style>
background-color css
<style>
a { background-color: #C82BBC; }
a { background-color: rgb(200,43,188); }
div.DivClassName
{
background-color: #C82BBC;
}
.BgClassName
{
background-color: #C82BBC;
}
</style>
border-color css
<style>
span { border-color: #C82BBC; }
span { border-color: rgb(200,43,188); }
td.TdClassName
{
border-color: #C82BBC;
}
.TagClassName
{
border-color: #C82BBC;
}
</style>