Shades of Fuchsia #C84ECE
Tints of Fuchsia #C84ECE
RGB
CMYK
RGB Variations
Color information
#C84ECE (or 0xC84ECE) is known color: Fuchsia. HEX triplet: C8, 4E and CE. RGB value is (200,78,206). Sum of RGB (Red+Green+Blue) = 200+78+206=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #C84ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84ECE is #37B131. Grayscale: #808080. Windows color (decimal): -3649842 or 13520584. OLE color: 13520584.
HSL color Cylindrical-coordinate representation of color #C84ECE: hue angle of 297.19º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84ECE is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 78 | 206 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.19 |
| HSL | 297.19º | 0.57% | 0.56% | - |
| HSV(B) | 297.19º | 0.62% | 0.81% | - |
| XYZ | 37.68 | 22.18 | 60.69 | - |
| YUV | 129.07 | 171.42 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 206 | 0.03 | 0.62 | 0 | 0.19 | 297.19 | 0.57 | 0.56 |
| Hex | C8 | 4E | CE | 3 | 3E | 0 | 13 | 129 | 39 | 38 |
| Octal | 310 | 116 | 316 | 3 | 76 | 0 | 23 | 451 | 71 | 70 |
| Binary | 11001000 | 1001110 | 11001110 | 11 | 111110 | 0 | 10011 | 100101001 | 111001 | 111000 |
Color Harmonies of #C84ECE
Complementary color
Monochromatic Colors of #C84ECE
Black with #C84ECE
Text Example
Text Example
White with #C84ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84ECE; }
p { color: rgb(200,78,206); }
H1.HeaderClassName
{
color: #C84ECE;
}
.AnyTagClassName
{
color: #C84ECE;
}
</style>
background-color css
<style>
a { background-color: #C84ECE; }
a { background-color: rgb(200,78,206); }
div.DivClassName
{
background-color: #C84ECE;
}
.BgClassName
{
background-color: #C84ECE;
}
</style>
border-color css
<style>
span { border-color: #C84ECE; }
span { border-color: rgb(200,78,206); }
td.TdClassName
{
border-color: #C84ECE;
}
.TagClassName
{
border-color: #C84ECE;
}
</style>