Shades of Fuchsia #C82CB0
Tints of Fuchsia #C82CB0
RGB
CMYK
RGB Variations
Color information
#C82CB0 (or 0xC82CB0) is known color: Fuchsia. HEX triplet: C8, 2C and B0. RGB value is (200,44,176). Sum of RGB (Red+Green+Blue) = 200+44+176=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 44 (17.58% from 255 or 10.48% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C82CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82CB0 is #37D34F. Grayscale: #696969. Windows color (decimal): -3658576 or 11545800. OLE color: 11545800.
HSL color Cylindrical-coordinate representation of color #C82CB0: hue angle of 309.23º 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 #C82CB0 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 44 | 176 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.22 |
| HSL | 309.23º | 0.64% | 0.48% | - |
| HSV(B) | 309.23º | 0.78% | 0.78% | - |
| XYZ | 32.56 | 17.22 | 42.68 | - |
| YUV | 105.69 | 167.68 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 176 | 0 | 0.78 | 0.12 | 0.22 | 309.23 | 0.64 | 0.48 |
| Hex | C8 | 2C | B0 | 0 | 4E | C | 16 | 135 | 40 | 30 |
| Octal | 310 | 54 | 260 | 0 | 116 | 14 | 26 | 465 | 100 | 60 |
| Binary | 11001000 | 101100 | 10110000 | 0 | 1001110 | 1100 | 10110 | 100110101 | 1000000 | 110000 |
Color Harmonies of #C82CB0
Complementary color
Monochromatic Colors of #C82CB0
Black with #C82CB0
Text Example
Text Example
White with #C82CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82CB0; }
p { color: rgb(200,44,176); }
H1.HeaderClassName
{
color: #C82CB0;
}
.AnyTagClassName
{
color: #C82CB0;
}
</style>
background-color css
<style>
a { background-color: #C82CB0; }
a { background-color: rgb(200,44,176); }
div.DivClassName
{
background-color: #C82CB0;
}
.BgClassName
{
background-color: #C82CB0;
}
</style>
border-color css
<style>
span { border-color: #C82CB0; }
span { border-color: rgb(200,44,176); }
td.TdClassName
{
border-color: #C82CB0;
}
.TagClassName
{
border-color: #C82CB0;
}
</style>