Shades of Fuchsia #C82CB9
Tints of Fuchsia #C82CB9
RGB
CMYK
RGB Variations
Color information
#C82CB9 (or 0xC82CB9) is known color: Fuchsia. HEX triplet: C8, 2C and B9. RGB value is (200,44,185). Sum of RGB (Red+Green+Blue) = 200+44+185=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C82CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82CB9 is #37D346. Grayscale: #6A6A6A. Windows color (decimal): -3658567 or 12135624. OLE color: 12135624.
HSL color Cylindrical-coordinate representation of color #C82CB9: hue angle of 305.77º 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 #C82CB9 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 44 | 185 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.22 |
| HSL | 305.77º | 0.64% | 0.48% | - |
| HSV(B) | 305.77º | 0.78% | 0.78% | - |
| XYZ | 33.48 | 17.58 | 47.53 | - |
| YUV | 106.72 | 172.18 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 185 | 0 | 0.78 | 0.08 | 0.22 | 305.77 | 0.64 | 0.48 |
| Hex | C8 | 2C | B9 | 0 | 4E | 8 | 16 | 132 | 40 | 30 |
| Octal | 310 | 54 | 271 | 0 | 116 | 10 | 26 | 462 | 100 | 60 |
| Binary | 11001000 | 101100 | 10111001 | 0 | 1001110 | 1000 | 10110 | 100110010 | 1000000 | 110000 |
Color Harmonies of #C82CB9
Complementary color
Monochromatic Colors of #C82CB9
Black with #C82CB9
Text Example
Text Example
White with #C82CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82CB9; }
p { color: rgb(200,44,185); }
H1.HeaderClassName
{
color: #C82CB9;
}
.AnyTagClassName
{
color: #C82CB9;
}
</style>
background-color css
<style>
a { background-color: #C82CB9; }
a { background-color: rgb(200,44,185); }
div.DivClassName
{
background-color: #C82CB9;
}
.BgClassName
{
background-color: #C82CB9;
}
</style>
border-color css
<style>
span { border-color: #C82CB9; }
span { border-color: rgb(200,44,185); }
td.TdClassName
{
border-color: #C82CB9;
}
.TagClassName
{
border-color: #C82CB9;
}
</style>