Shades of Fuchsia #C84DB1
Tints of Fuchsia #C84DB1
RGB
CMYK
RGB Variations
Color information
#C84DB1 (or 0xC84DB1) is known color: Fuchsia. HEX triplet: C8, 4D and B1. RGB value is (200,77,177). Sum of RGB (Red+Green+Blue) = 200+77+177=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84DB1 is #37B24E. Grayscale: #7C7C7C. Windows color (decimal): -3650127 or 11619784. OLE color: 11619784.
HSL color Cylindrical-coordinate representation of color #C84DB1: hue angle of 311.22º 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 #C84DB1 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 177 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.22 |
| HSL | 311.22º | 0.53% | 0.54% | - |
| HSV(B) | 311.22º | 0.62% | 0.78% | - |
| XYZ | 34.41 | 20.76 | 43.79 | - |
| YUV | 125.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 177 | 0 | 0.62 | 0.12 | 0.22 | 311.22 | 0.53 | 0.54 |
| Hex | C8 | 4D | B1 | 0 | 3E | C | 16 | 137 | 35 | 36 |
| Octal | 310 | 115 | 261 | 0 | 76 | 14 | 26 | 467 | 65 | 66 |
| Binary | 11001000 | 1001101 | 10110001 | 0 | 111110 | 1100 | 10110 | 100110111 | 110101 | 110110 |
Color Harmonies of #C84DB1
Complementary color
Monochromatic Colors of #C84DB1
Black with #C84DB1
Text Example
Text Example
White with #C84DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84DB1; }
p { color: rgb(200,77,177); }
H1.HeaderClassName
{
color: #C84DB1;
}
.AnyTagClassName
{
color: #C84DB1;
}
</style>
background-color css
<style>
a { background-color: #C84DB1; }
a { background-color: rgb(200,77,177); }
div.DivClassName
{
background-color: #C84DB1;
}
.BgClassName
{
background-color: #C84DB1;
}
</style>
border-color css
<style>
span { border-color: #C84DB1; }
span { border-color: rgb(200,77,177); }
td.TdClassName
{
border-color: #C84DB1;
}
.TagClassName
{
border-color: #C84DB1;
}
</style>