Shades of Fuchsia #C82CBF
Tints of Fuchsia #C82CBF
RGB
CMYK
RGB Variations
Color information
#C82CBF (or 0xC82CBF) is known color: Fuchsia. HEX triplet: C8, 2C and BF. RGB value is (200,44,191). Sum of RGB (Red+Green+Blue) = 200+44+191=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 44 (17.58% from 255 or 10.11% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C82CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82CBF is #37D340. Grayscale: #6A6A6A. Windows color (decimal): -3658561 or 12528840. OLE color: 12528840.
HSL color Cylindrical-coordinate representation of color #C82CBF: hue angle of 303.46º degrees, saturation: 0.64, 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 #C82CBF is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 44 | 191 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.22 |
| HSL | 303.46º | 0.64% | 0.48% | - |
| HSV(B) | 303.46º | 0.78% | 0.78% | - |
| XYZ | 34.12 | 17.84 | 50.94 | - |
| YUV | 107.4 | 175.18 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 191 | 0 | 0.78 | 0.04 | 0.22 | 303.46 | 0.64 | 0.48 |
| Hex | C8 | 2C | BF | 0 | 4E | 4 | 16 | 12F | 40 | 30 |
| Octal | 310 | 54 | 277 | 0 | 116 | 4 | 26 | 457 | 100 | 60 |
| Binary | 11001000 | 101100 | 10111111 | 0 | 1001110 | 100 | 10110 | 100101111 | 1000000 | 110000 |
Color Harmonies of #C82CBF
Complementary color
Monochromatic Colors of #C82CBF
Black with #C82CBF
Text Example
Text Example
White with #C82CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82CBF; }
p { color: rgb(200,44,191); }
H1.HeaderClassName
{
color: #C82CBF;
}
.AnyTagClassName
{
color: #C82CBF;
}
</style>
background-color css
<style>
a { background-color: #C82CBF; }
a { background-color: rgb(200,44,191); }
div.DivClassName
{
background-color: #C82CBF;
}
.BgClassName
{
background-color: #C82CBF;
}
</style>
border-color css
<style>
span { border-color: #C82CBF; }
span { border-color: rgb(200,44,191); }
td.TdClassName
{
border-color: #C82CBF;
}
.TagClassName
{
border-color: #C82CBF;
}
</style>