Shades of Fuchsia #C84DD0
Tints of Fuchsia #C84DD0
RGB
CMYK
RGB Variations
Color information
#C84DD0 (or 0xC84DD0) is known color: Fuchsia. HEX triplet: C8, 4D and D0. RGB value is (200,77,208). Sum of RGB (Red+Green+Blue) = 200+77+208=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #C84DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DD0 is #37B22F. Grayscale: #808080. Windows color (decimal): -3650096 or 13651400. OLE color: 13651400.
HSL color Cylindrical-coordinate representation of color #C84DD0: hue angle of 296.34º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84DD0 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 77 | 208 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.18 |
| HSL | 296.34º | 0.58% | 0.56% | - |
| HSV(B) | 296.34º | 0.63% | 0.82% | - |
| XYZ | 37.86 | 22.14 | 61.95 | - |
| YUV | 128.71 | 172.75 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 208 | 0.04 | 0.63 | 0 | 0.18 | 296.34 | 0.58 | 0.56 |
| Hex | C8 | 4D | D0 | 4 | 3F | 0 | 12 | 128 | 3A | 38 |
| Octal | 310 | 115 | 320 | 4 | 77 | 0 | 22 | 450 | 72 | 70 |
| Binary | 11001000 | 1001101 | 11010000 | 100 | 111111 | 0 | 10010 | 100101000 | 111010 | 111000 |
Color Harmonies of #C84DD0
Complementary color
Monochromatic Colors of #C84DD0
Black with #C84DD0
Text Example
Text Example
White with #C84DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84DD0; }
p { color: rgb(200,77,208); }
H1.HeaderClassName
{
color: #C84DD0;
}
.AnyTagClassName
{
color: #C84DD0;
}
</style>
background-color css
<style>
a { background-color: #C84DD0; }
a { background-color: rgb(200,77,208); }
div.DivClassName
{
background-color: #C84DD0;
}
.BgClassName
{
background-color: #C84DD0;
}
</style>
border-color css
<style>
span { border-color: #C84DD0; }
span { border-color: rgb(200,77,208); }
td.TdClassName
{
border-color: #C84DD0;
}
.TagClassName
{
border-color: #C84DD0;
}
</style>