Shades of Fuchsia #C82DB7
Tints of Fuchsia #C82DB7
RGB
CMYK
RGB Variations
Color information
#C82DB7 (or 0xC82DB7) is known color: Fuchsia. HEX triplet: C8, 2D and B7. RGB value is (200,45,183). Sum of RGB (Red+Green+Blue) = 200+45+183=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 183 (71.88% from 255 or 42.76% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C82DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82DB7 is #37D248. Grayscale: #6A6A6A. Windows color (decimal): -3658313 or 12004808. OLE color: 12004808.
HSL color Cylindrical-coordinate representation of color #C82DB7: hue angle of 306.58º 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 #C82DB7 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 45 | 183 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.22 |
| HSL | 306.58º | 0.63% | 0.48% | - |
| HSV(B) | 306.58º | 0.78% | 0.78% | - |
| XYZ | 33.31 | 17.58 | 46.44 | - |
| YUV | 107.08 | 170.85 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 183 | 0 | 0.78 | 0.08 | 0.22 | 306.58 | 0.63 | 0.48 |
| Hex | C8 | 2D | B7 | 0 | 4E | 8 | 16 | 133 | 3F | 30 |
| Octal | 310 | 55 | 267 | 0 | 116 | 10 | 26 | 463 | 77 | 60 |
| Binary | 11001000 | 101101 | 10110111 | 0 | 1001110 | 1000 | 10110 | 100110011 | 111111 | 110000 |
Color Harmonies of #C82DB7
Complementary color
Monochromatic Colors of #C82DB7
Black with #C82DB7
Text Example
Text Example
White with #C82DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82DB7; }
p { color: rgb(200,45,183); }
H1.HeaderClassName
{
color: #C82DB7;
}
.AnyTagClassName
{
color: #C82DB7;
}
</style>
background-color css
<style>
a { background-color: #C82DB7; }
a { background-color: rgb(200,45,183); }
div.DivClassName
{
background-color: #C82DB7;
}
.BgClassName
{
background-color: #C82DB7;
}
</style>
border-color css
<style>
span { border-color: #C82DB7; }
span { border-color: rgb(200,45,183); }
td.TdClassName
{
border-color: #C82DB7;
}
.TagClassName
{
border-color: #C82DB7;
}
</style>