Shades of Fuchsia #C84EC3
Tints of Fuchsia #C84EC3
RGB
CMYK
RGB Variations
Color information
#C84EC3 (or 0xC84EC3) is known color: Fuchsia. HEX triplet: C8, 4E and C3. RGB value is (200,78,195). Sum of RGB (Red+Green+Blue) = 200+78+195=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C84EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84EC3 is #37B13C. Grayscale: #7F7F7F. Windows color (decimal): -3649853 or 12799688. OLE color: 12799688.
HSL color Cylindrical-coordinate representation of color #C84EC3: hue angle of 302.46º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84EC3 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 78 | 195 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.22 |
| HSL | 302.46º | 0.53% | 0.55% | - |
| HSV(B) | 302.46º | 0.61% | 0.78% | - |
| XYZ | 36.39 | 21.67 | 53.89 | - |
| YUV | 127.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 195 | 0 | 0.61 | 0.02 | 0.22 | 302.46 | 0.53 | 0.55 |
| Hex | C8 | 4E | C3 | 0 | 3D | 2 | 16 | 12E | 35 | 37 |
| Octal | 310 | 116 | 303 | 0 | 75 | 2 | 26 | 456 | 65 | 67 |
| Binary | 11001000 | 1001110 | 11000011 | 0 | 111101 | 10 | 10110 | 100101110 | 110101 | 110111 |
Color Harmonies of #C84EC3
Complementary color
Monochromatic Colors of #C84EC3
Black with #C84EC3
Text Example
Text Example
White with #C84EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84EC3; }
p { color: rgb(200,78,195); }
H1.HeaderClassName
{
color: #C84EC3;
}
.AnyTagClassName
{
color: #C84EC3;
}
</style>
background-color css
<style>
a { background-color: #C84EC3; }
a { background-color: rgb(200,78,195); }
div.DivClassName
{
background-color: #C84EC3;
}
.BgClassName
{
background-color: #C84EC3;
}
</style>
border-color css
<style>
span { border-color: #C84EC3; }
span { border-color: rgb(200,78,195); }
td.TdClassName
{
border-color: #C84EC3;
}
.TagClassName
{
border-color: #C84EC3;
}
</style>