Shades of Fuchsia #C84CB1
Tints of Fuchsia #C84CB1
RGB
CMYK
RGB Variations
Color information
#C84CB1 (or 0xC84CB1) is known color: Fuchsia. HEX triplet: C8, 4C and B1. RGB value is (200,76,177). Sum of RGB (Red+Green+Blue) = 200+76+177=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C84CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84CB1 is #37B34E. Grayscale: #7C7C7C. Windows color (decimal): -3650383 or 11619528. OLE color: 11619528.
HSL color Cylindrical-coordinate representation of color #C84CB1: hue angle of 311.13º 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 #C84CB1 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 76 | 177 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.22 |
| HSL | 311.13º | 0.53% | 0.54% | - |
| HSV(B) | 311.13º | 0.62% | 0.78% | - |
| XYZ | 34.34 | 20.62 | 43.77 | - |
| YUV | 124.59 | 157.58 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 177 | 0 | 0.62 | 0.12 | 0.22 | 311.13 | 0.53 | 0.54 |
| Hex | C8 | 4C | B1 | 0 | 3E | C | 16 | 137 | 35 | 36 |
| Octal | 310 | 114 | 261 | 0 | 76 | 14 | 26 | 467 | 65 | 66 |
| Binary | 11001000 | 1001100 | 10110001 | 0 | 111110 | 1100 | 10110 | 100110111 | 110101 | 110110 |
Color Harmonies of #C84CB1
Complementary color
Monochromatic Colors of #C84CB1
Black with #C84CB1
Text Example
Text Example
White with #C84CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84CB1; }
p { color: rgb(200,76,177); }
H1.HeaderClassName
{
color: #C84CB1;
}
.AnyTagClassName
{
color: #C84CB1;
}
</style>
background-color css
<style>
a { background-color: #C84CB1; }
a { background-color: rgb(200,76,177); }
div.DivClassName
{
background-color: #C84CB1;
}
.BgClassName
{
background-color: #C84CB1;
}
</style>
border-color css
<style>
span { border-color: #C84CB1; }
span { border-color: rgb(200,76,177); }
td.TdClassName
{
border-color: #C84CB1;
}
.TagClassName
{
border-color: #C84CB1;
}
</style>