Shades of Fuchsia #C82FB0
Tints of Fuchsia #C82FB0
RGB
CMYK
RGB Variations
Color information
#C82FB0 (or 0xC82FB0) is known color: Fuchsia. HEX triplet: C8, 2F and B0. RGB value is (200,47,176). Sum of RGB (Red+Green+Blue) = 200+47+176=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 47 (18.75% from 255 or 11.11% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C82FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82FB0 is #37D04F. Grayscale: #6B6B6B. Windows color (decimal): -3657808 or 11546568. OLE color: 11546568.
HSL color Cylindrical-coordinate representation of color #C82FB0: hue angle of 309.41º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C82FB0 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 176 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.22 |
| HSL | 309.41º | 0.62% | 0.48% | - |
| HSV(B) | 309.41º | 0.77% | 0.78% | - |
| XYZ | 32.67 | 17.45 | 42.72 | - |
| YUV | 107.45 | 166.69 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 176 | 0 | 0.76 | 0.12 | 0.22 | 309.41 | 0.62 | 0.48 |
| Hex | C8 | 2F | B0 | 0 | 4C | C | 16 | 135 | 3E | 30 |
| Octal | 310 | 57 | 260 | 0 | 114 | 14 | 26 | 465 | 76 | 60 |
| Binary | 11001000 | 101111 | 10110000 | 0 | 1001100 | 1100 | 10110 | 100110101 | 111110 | 110000 |
Color Harmonies of #C82FB0
Complementary color
Monochromatic Colors of #C82FB0
Black with #C82FB0
Text Example
Text Example
White with #C82FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82FB0; }
p { color: rgb(200,47,176); }
H1.HeaderClassName
{
color: #C82FB0;
}
.AnyTagClassName
{
color: #C82FB0;
}
</style>
background-color css
<style>
a { background-color: #C82FB0; }
a { background-color: rgb(200,47,176); }
div.DivClassName
{
background-color: #C82FB0;
}
.BgClassName
{
background-color: #C82FB0;
}
</style>
border-color css
<style>
span { border-color: #C82FB0; }
span { border-color: rgb(200,47,176); }
td.TdClassName
{
border-color: #C82FB0;
}
.TagClassName
{
border-color: #C82FB0;
}
</style>