Shades of Fuchsia #C84DB2
Tints of Fuchsia #C84DB2
RGB
CMYK
RGB Variations
Color information
#C84DB2 (or 0xC84DB2) is known color: Fuchsia. HEX triplet: C8, 4D and B2. RGB value is (200,77,178). Sum of RGB (Red+Green+Blue) = 200+77+178=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84DB2 is #37B24D. Grayscale: #7D7D7D. Windows color (decimal): -3650126 or 11685320. OLE color: 11685320.
HSL color Cylindrical-coordinate representation of color #C84DB2: hue angle of 310.73º 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 #C84DB2 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 178 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.22 |
| HSL | 310.73º | 0.53% | 0.54% | - |
| HSV(B) | 310.73º | 0.62% | 0.78% | - |
| XYZ | 34.51 | 20.8 | 44.32 | - |
| YUV | 125.29 | 157.75 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 178 | 0 | 0.62 | 0.11 | 0.22 | 310.73 | 0.53 | 0.54 |
| Hex | C8 | 4D | B2 | 0 | 3E | B | 16 | 137 | 35 | 36 |
| Octal | 310 | 115 | 262 | 0 | 76 | 13 | 26 | 467 | 65 | 66 |
| Binary | 11001000 | 1001101 | 10110010 | 0 | 111110 | 1011 | 10110 | 100110111 | 110101 | 110110 |
Color Harmonies of #C84DB2
Complementary color
Monochromatic Colors of #C84DB2
Black with #C84DB2
Text Example
Text Example
White with #C84DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84DB2; }
p { color: rgb(200,77,178); }
H1.HeaderClassName
{
color: #C84DB2;
}
.AnyTagClassName
{
color: #C84DB2;
}
</style>
background-color css
<style>
a { background-color: #C84DB2; }
a { background-color: rgb(200,77,178); }
div.DivClassName
{
background-color: #C84DB2;
}
.BgClassName
{
background-color: #C84DB2;
}
</style>
border-color css
<style>
span { border-color: #C84DB2; }
span { border-color: rgb(200,77,178); }
td.TdClassName
{
border-color: #C84DB2;
}
.TagClassName
{
border-color: #C84DB2;
}
</style>