Shades of Fuchsia #C82CBA
Tints of Fuchsia #C82CBA
RGB
CMYK
RGB Variations
Color information
#C82CBA (or 0xC82CBA) is known color: Fuchsia. HEX triplet: C8, 2C and BA. RGB value is (200,44,186). Sum of RGB (Red+Green+Blue) = 200+44+186=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C82CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82CBA is #37D345. Grayscale: #6A6A6A. Windows color (decimal): -3658566 or 12201160. OLE color: 12201160.
HSL color Cylindrical-coordinate representation of color #C82CBA: hue angle of 305.38º 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 #C82CBA is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 44 | 186 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.22 |
| HSL | 305.38º | 0.64% | 0.48% | - |
| HSV(B) | 305.38º | 0.78% | 0.78% | - |
| XYZ | 33.58 | 17.63 | 48.09 | - |
| YUV | 106.83 | 172.68 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 186 | 0 | 0.78 | 0.07 | 0.22 | 305.38 | 0.64 | 0.48 |
| Hex | C8 | 2C | BA | 0 | 4E | 7 | 16 | 131 | 40 | 30 |
| Octal | 310 | 54 | 272 | 0 | 116 | 7 | 26 | 461 | 100 | 60 |
| Binary | 11001000 | 101100 | 10111010 | 0 | 1001110 | 111 | 10110 | 100110001 | 1000000 | 110000 |
Color Harmonies of #C82CBA
Complementary color
Monochromatic Colors of #C82CBA
Black with #C82CBA
Text Example
Text Example
White with #C82CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82CBA; }
p { color: rgb(200,44,186); }
H1.HeaderClassName
{
color: #C82CBA;
}
.AnyTagClassName
{
color: #C82CBA;
}
</style>
background-color css
<style>
a { background-color: #C82CBA; }
a { background-color: rgb(200,44,186); }
div.DivClassName
{
background-color: #C82CBA;
}
.BgClassName
{
background-color: #C82CBA;
}
</style>
border-color css
<style>
span { border-color: #C82CBA; }
span { border-color: rgb(200,44,186); }
td.TdClassName
{
border-color: #C82CBA;
}
.TagClassName
{
border-color: #C82CBA;
}
</style>