Shades of Fuchsia #C82BB4
Tints of Fuchsia #C82BB4
RGB
CMYK
RGB Variations
Color information
#C82BB4 (or 0xC82BB4) is known color: Fuchsia. HEX triplet: C8, 2B and B4. RGB value is (200,43,180). Sum of RGB (Red+Green+Blue) = 200+43+180=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C82BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82BB4 is #37D44B. Grayscale: #696969. Windows color (decimal): -3658828 or 11807688. OLE color: 11807688.
HSL color Cylindrical-coordinate representation of color #C82BB4: hue angle of 307.64º degrees, saturation: 0.65, 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 #C82BB4 is Cyan = 0, Magento = 0.78, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 43 | 180 | - |
| CMYK | 0 | 0.78 | 0.1 | 0.22 |
| HSL | 307.64º | 0.65% | 0.48% | - |
| HSV(B) | 307.64º | 0.79% | 0.78% | - |
| XYZ | 32.92 | 17.3 | 44.78 | - |
| YUV | 105.56 | 170.01 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 43 | 180 | 0 | 0.78 | 0.1 | 0.22 | 307.64 | 0.65 | 0.48 |
| Hex | C8 | 2B | B4 | 0 | 4E | A | 16 | 134 | 41 | 30 |
| Octal | 310 | 53 | 264 | 0 | 116 | 12 | 26 | 464 | 101 | 60 |
| Binary | 11001000 | 101011 | 10110100 | 0 | 1001110 | 1010 | 10110 | 100110100 | 1000001 | 110000 |
Color Harmonies of #C82BB4
Complementary color
Monochromatic Colors of #C82BB4
Black with #C82BB4
Text Example
Text Example
White with #C82BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82BB4; }
p { color: rgb(200,43,180); }
H1.HeaderClassName
{
color: #C82BB4;
}
.AnyTagClassName
{
color: #C82BB4;
}
</style>
background-color css
<style>
a { background-color: #C82BB4; }
a { background-color: rgb(200,43,180); }
div.DivClassName
{
background-color: #C82BB4;
}
.BgClassName
{
background-color: #C82BB4;
}
</style>
border-color css
<style>
span { border-color: #C82BB4; }
span { border-color: rgb(200,43,180); }
td.TdClassName
{
border-color: #C82BB4;
}
.TagClassName
{
border-color: #C82BB4;
}
</style>