Shades of Fuchsia #C84DC7
Tints of Fuchsia #C84DC7
RGB
CMYK
RGB Variations
Color information
#C84DC7 (or 0xC84DC7) is known color: Fuchsia. HEX triplet: C8, 4D and C7. RGB value is (200,77,199). Sum of RGB (Red+Green+Blue) = 200+77+199=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 199 (78.12% from 255 or 41.81% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DC7 is #37B238. Grayscale: #7F7F7F. Windows color (decimal): -3650105 or 13061576. OLE color: 13061576.
HSL color Cylindrical-coordinate representation of color #C84DC7: hue angle of 300.49º 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 #C84DC7 is Cyan = 0, Magento = 0.62, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 199 | - |
| CMYK | 0 | 0.62 | 0.00 | 0.22 |
| HSL | 300.49º | 0.53% | 0.54% | - |
| HSV(B) | 300.49º | 0.62% | 0.78% | - |
| XYZ | 36.78 | 21.71 | 56.28 | - |
| YUV | 127.69 | 168.25 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 199 | 0 | 0.62 | 0.00 | 0.22 | 300.49 | 0.53 | 0.54 |
| Hex | C8 | 4D | C7 | 0 | 3E | 0 | 16 | 12C | 35 | 36 |
| Octal | 310 | 115 | 307 | 0 | 76 | 0 | 26 | 454 | 65 | 66 |
| Binary | 11001000 | 1001101 | 11000111 | 0 | 111110 | 0 | 10110 | 100101100 | 110101 | 110110 |
Color Harmonies of #C84DC7
Complementary color
Monochromatic Colors of #C84DC7
Black with #C84DC7
Text Example
Text Example
White with #C84DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84DC7; }
p { color: rgb(200,77,199); }
H1.HeaderClassName
{
color: #C84DC7;
}
.AnyTagClassName
{
color: #C84DC7;
}
</style>
background-color css
<style>
a { background-color: #C84DC7; }
a { background-color: rgb(200,77,199); }
div.DivClassName
{
background-color: #C84DC7;
}
.BgClassName
{
background-color: #C84DC7;
}
</style>
border-color css
<style>
span { border-color: #C84DC7; }
span { border-color: rgb(200,77,199); }
td.TdClassName
{
border-color: #C84DC7;
}
.TagClassName
{
border-color: #C84DC7;
}
</style>