Shades of Fuchsia #C82DB8
Tints of Fuchsia #C82DB8
RGB
CMYK
RGB Variations
Color information
#C82DB8 (or 0xC82DB8) is known color: Fuchsia. HEX triplet: C8, 2D and B8. RGB value is (200,45,184). Sum of RGB (Red+Green+Blue) = 200+45+184=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 184 (72.27% from 255 or 42.89% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C82DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82DB8 is #37D247. Grayscale: #6A6A6A. Windows color (decimal): -3658312 or 12070344. OLE color: 12070344.
HSL color Cylindrical-coordinate representation of color #C82DB8: hue angle of 306.19º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82DB8 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 45 | 184 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.22 |
| HSL | 306.19º | 0.63% | 0.48% | - |
| HSV(B) | 306.19º | 0.78% | 0.78% | - |
| XYZ | 33.41 | 17.62 | 46.99 | - |
| YUV | 107.19 | 171.35 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 184 | 0 | 0.78 | 0.08 | 0.22 | 306.19 | 0.63 | 0.48 |
| Hex | C8 | 2D | B8 | 0 | 4E | 8 | 16 | 132 | 3F | 30 |
| Octal | 310 | 55 | 270 | 0 | 116 | 10 | 26 | 462 | 77 | 60 |
| Binary | 11001000 | 101101 | 10111000 | 0 | 1001110 | 1000 | 10110 | 100110010 | 111111 | 110000 |
Color Harmonies of #C82DB8
Complementary color
Monochromatic Colors of #C82DB8
Black with #C82DB8
Text Example
Text Example
White with #C82DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82DB8; }
p { color: rgb(200,45,184); }
H1.HeaderClassName
{
color: #C82DB8;
}
.AnyTagClassName
{
color: #C82DB8;
}
</style>
background-color css
<style>
a { background-color: #C82DB8; }
a { background-color: rgb(200,45,184); }
div.DivClassName
{
background-color: #C82DB8;
}
.BgClassName
{
background-color: #C82DB8;
}
</style>
border-color css
<style>
span { border-color: #C82DB8; }
span { border-color: rgb(200,45,184); }
td.TdClassName
{
border-color: #C82DB8;
}
.TagClassName
{
border-color: #C82DB8;
}
</style>