Shades of Fuchsia #C84DB6
Tints of Fuchsia #C84DB6
RGB
CMYK
RGB Variations
Color information
#C84DB6 (or 0xC84DB6) is known color: Fuchsia. HEX triplet: C8, 4D and B6. RGB value is (200,77,182). Sum of RGB (Red+Green+Blue) = 200+77+182=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DB6 is #37B249. Grayscale: #7D7D7D. Windows color (decimal): -3650122 or 11947464. OLE color: 11947464.
HSL color Cylindrical-coordinate representation of color #C84DB6: hue angle of 308.78º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84DB6 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 182 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.22 |
| HSL | 308.78º | 0.53% | 0.54% | - |
| HSV(B) | 308.78º | 0.62% | 0.78% | - |
| XYZ | 34.92 | 20.96 | 46.46 | - |
| YUV | 125.75 | 159.75 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 182 | 0 | 0.62 | 0.09 | 0.22 | 308.78 | 0.53 | 0.54 |
| Hex | C8 | 4D | B6 | 0 | 3E | 9 | 16 | 135 | 35 | 36 |
| Octal | 310 | 115 | 266 | 0 | 76 | 11 | 26 | 465 | 65 | 66 |
| Binary | 11001000 | 1001101 | 10110110 | 0 | 111110 | 1001 | 10110 | 100110101 | 110101 | 110110 |
Color Harmonies of #C84DB6
Complementary color
Monochromatic Colors of #C84DB6
Black with #C84DB6
Text Example
Text Example
White with #C84DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84DB6; }
p { color: rgb(200,77,182); }
H1.HeaderClassName
{
color: #C84DB6;
}
.AnyTagClassName
{
color: #C84DB6;
}
</style>
background-color css
<style>
a { background-color: #C84DB6; }
a { background-color: rgb(200,77,182); }
div.DivClassName
{
background-color: #C84DB6;
}
.BgClassName
{
background-color: #C84DB6;
}
</style>
border-color css
<style>
span { border-color: #C84DB6; }
span { border-color: rgb(200,77,182); }
td.TdClassName
{
border-color: #C84DB6;
}
.TagClassName
{
border-color: #C84DB6;
}
</style>