Shades of Fuchsia #C82BBF
Tints of Fuchsia #C82BBF
RGB
CMYK
RGB Variations
Color information
#C82BBF (or 0xC82BBF) is known color: Fuchsia. HEX triplet: C8, 2B and BF. RGB value is (200,43,191). Sum of RGB (Red+Green+Blue) = 200+43+191=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C82BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82BBF is #37D440. Grayscale: #6A6A6A. Windows color (decimal): -3658817 or 12528584. OLE color: 12528584.
HSL color Cylindrical-coordinate representation of color #C82BBF: hue angle of 303.44º 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 #C82BBF is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 43 | 191 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.22 |
| HSL | 303.44º | 0.65% | 0.48% | - |
| HSV(B) | 303.44º | 0.79% | 0.78% | - |
| XYZ | 34.09 | 17.77 | 50.92 | - |
| YUV | 106.82 | 175.51 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 43 | 191 | 0 | 0.78 | 0.04 | 0.22 | 303.44 | 0.65 | 0.48 |
| Hex | C8 | 2B | BF | 0 | 4E | 4 | 16 | 12F | 41 | 30 |
| Octal | 310 | 53 | 277 | 0 | 116 | 4 | 26 | 457 | 101 | 60 |
| Binary | 11001000 | 101011 | 10111111 | 0 | 1001110 | 100 | 10110 | 100101111 | 1000001 | 110000 |
Color Harmonies of #C82BBF
Complementary color
Monochromatic Colors of #C82BBF
Black with #C82BBF
Text Example
Text Example
White with #C82BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82BBF; }
p { color: rgb(200,43,191); }
H1.HeaderClassName
{
color: #C82BBF;
}
.AnyTagClassName
{
color: #C82BBF;
}
</style>
background-color css
<style>
a { background-color: #C82BBF; }
a { background-color: rgb(200,43,191); }
div.DivClassName
{
background-color: #C82BBF;
}
.BgClassName
{
background-color: #C82BBF;
}
</style>
border-color css
<style>
span { border-color: #C82BBF; }
span { border-color: rgb(200,43,191); }
td.TdClassName
{
border-color: #C82BBF;
}
.TagClassName
{
border-color: #C82BBF;
}
</style>