Shades of Fuchsia #C82FBB
Tints of Fuchsia #C82FBB
RGB
CMYK
RGB Variations
Color information
#C82FBB (or 0xC82FBB) is known color: Fuchsia. HEX triplet: C8, 2F and BB. RGB value is (200,47,187). Sum of RGB (Red+Green+Blue) = 200+47+187=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C82FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82FBB is #37D044. Grayscale: #6C6C6C. Windows color (decimal): -3657797 or 12267464. OLE color: 12267464.
HSL color Cylindrical-coordinate representation of color #C82FBB: hue angle of 305.1º 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 #C82FBB is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 187 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.22 |
| HSL | 305.1º | 0.62% | 0.48% | - |
| HSV(B) | 305.1º | 0.77% | 0.78% | - |
| XYZ | 33.81 | 17.9 | 48.69 | - |
| YUV | 108.71 | 172.19 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 187 | 0 | 0.76 | 0.06 | 0.22 | 305.1 | 0.62 | 0.48 |
| Hex | C8 | 2F | BB | 0 | 4C | 6 | 16 | 131 | 3E | 30 |
| Octal | 310 | 57 | 273 | 0 | 114 | 6 | 26 | 461 | 76 | 60 |
| Binary | 11001000 | 101111 | 10111011 | 0 | 1001100 | 110 | 10110 | 100110001 | 111110 | 110000 |
Color Harmonies of #C82FBB
Complementary color
Monochromatic Colors of #C82FBB
Black with #C82FBB
Text Example
Text Example
White with #C82FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82FBB; }
p { color: rgb(200,47,187); }
H1.HeaderClassName
{
color: #C82FBB;
}
.AnyTagClassName
{
color: #C82FBB;
}
</style>
background-color css
<style>
a { background-color: #C82FBB; }
a { background-color: rgb(200,47,187); }
div.DivClassName
{
background-color: #C82FBB;
}
.BgClassName
{
background-color: #C82FBB;
}
</style>
border-color css
<style>
span { border-color: #C82FBB; }
span { border-color: rgb(200,47,187); }
td.TdClassName
{
border-color: #C82FBB;
}
.TagClassName
{
border-color: #C82FBB;
}
</style>