Shades of Fuchsia #C84DBE
Tints of Fuchsia #C84DBE
RGB
CMYK
RGB Variations
Color information
#C84DBE (or 0xC84DBE) is known color: Fuchsia. HEX triplet: C8, 4D and BE. RGB value is (200,77,190). Sum of RGB (Red+Green+Blue) = 200+77+190=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DBE is #37B241. Grayscale: #7E7E7E. Windows color (decimal): -3650114 or 12471752. OLE color: 12471752.
HSL color Cylindrical-coordinate representation of color #C84DBE: hue angle of 304.88º 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 #C84DBE is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 190 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.22 |
| HSL | 304.88º | 0.53% | 0.54% | - |
| HSV(B) | 304.88º | 0.62% | 0.78% | - |
| XYZ | 35.77 | 21.3 | 50.94 | - |
| YUV | 126.66 | 163.75 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 190 | 0 | 0.62 | 0.05 | 0.22 | 304.88 | 0.53 | 0.54 |
| Hex | C8 | 4D | BE | 0 | 3E | 5 | 16 | 131 | 35 | 36 |
| Octal | 310 | 115 | 276 | 0 | 76 | 5 | 26 | 461 | 65 | 66 |
| Binary | 11001000 | 1001101 | 10111110 | 0 | 111110 | 101 | 10110 | 100110001 | 110101 | 110110 |
Color Harmonies of #C84DBE
Complementary color
Monochromatic Colors of #C84DBE
Black with #C84DBE
Text Example
Text Example
White with #C84DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84DBE; }
p { color: rgb(200,77,190); }
H1.HeaderClassName
{
color: #C84DBE;
}
.AnyTagClassName
{
color: #C84DBE;
}
</style>
background-color css
<style>
a { background-color: #C84DBE; }
a { background-color: rgb(200,77,190); }
div.DivClassName
{
background-color: #C84DBE;
}
.BgClassName
{
background-color: #C84DBE;
}
</style>
border-color css
<style>
span { border-color: #C84DBE; }
span { border-color: rgb(200,77,190); }
td.TdClassName
{
border-color: #C84DBE;
}
.TagClassName
{
border-color: #C84DBE;
}
</style>