Shades of Fuchsia #C84CBF
Tints of Fuchsia #C84CBF
RGB
CMYK
RGB Variations
Color information
#C84CBF (or 0xC84CBF) is known color: Fuchsia. HEX triplet: C8, 4C and BF. RGB value is (200,76,191). Sum of RGB (Red+Green+Blue) = 200+76+191=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C84CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CBF is #37B340. Grayscale: #7D7D7D. Windows color (decimal): -3650369 or 12537032. OLE color: 12537032.
HSL color Cylindrical-coordinate representation of color #C84CBF: hue angle of 304.35º 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 #C84CBF is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 76 | 191 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.22 |
| HSL | 304.35º | 0.53% | 0.54% | - |
| HSV(B) | 304.35º | 0.62% | 0.78% | - |
| XYZ | 35.81 | 21.21 | 51.5 | - |
| YUV | 126.19 | 164.58 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 191 | 0 | 0.62 | 0.04 | 0.22 | 304.35 | 0.53 | 0.54 |
| Hex | C8 | 4C | BF | 0 | 3E | 4 | 16 | 130 | 35 | 36 |
| Octal | 310 | 114 | 277 | 0 | 76 | 4 | 26 | 460 | 65 | 66 |
| Binary | 11001000 | 1001100 | 10111111 | 0 | 111110 | 100 | 10110 | 100110000 | 110101 | 110110 |
Color Harmonies of #C84CBF
Complementary color
Monochromatic Colors of #C84CBF
Black with #C84CBF
Text Example
Text Example
White with #C84CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84CBF; }
p { color: rgb(200,76,191); }
H1.HeaderClassName
{
color: #C84CBF;
}
.AnyTagClassName
{
color: #C84CBF;
}
</style>
background-color css
<style>
a { background-color: #C84CBF; }
a { background-color: rgb(200,76,191); }
div.DivClassName
{
background-color: #C84CBF;
}
.BgClassName
{
background-color: #C84CBF;
}
</style>
border-color css
<style>
span { border-color: #C84CBF; }
span { border-color: rgb(200,76,191); }
td.TdClassName
{
border-color: #C84CBF;
}
.TagClassName
{
border-color: #C84CBF;
}
</style>