Shades of Fuchsia #C84ECD
Tints of Fuchsia #C84ECD
RGB
CMYK
RGB Variations
Color information
#C84ECD (or 0xC84ECD) is known color: Fuchsia. HEX triplet: C8, 4E and CD. RGB value is (200,78,205). Sum of RGB (Red+Green+Blue) = 200+78+205=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #C84ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84ECD is #37B132. Grayscale: #808080. Windows color (decimal): -3649843 or 13455048. OLE color: 13455048.
HSL color Cylindrical-coordinate representation of color #C84ECD: hue angle of 297.64º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84ECD is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 78 | 205 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.20 |
| HSL | 297.64º | 0.56% | 0.55% | - |
| HSV(B) | 297.64º | 0.62% | 0.8% | - |
| XYZ | 37.56 | 22.14 | 60.05 | - |
| YUV | 128.96 | 170.92 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 205 | 0.02 | 0.62 | 0 | 0.20 | 297.64 | 0.56 | 0.55 |
| Hex | C8 | 4E | CD | 2 | 3E | 0 | 14 | 12A | 38 | 37 |
| Octal | 310 | 116 | 315 | 2 | 76 | 0 | 24 | 452 | 70 | 67 |
| Binary | 11001000 | 1001110 | 11001101 | 10 | 111110 | 0 | 10100 | 100101010 | 111000 | 110111 |
Color Harmonies of #C84ECD
Complementary color
Monochromatic Colors of #C84ECD
Black with #C84ECD
Text Example
Text Example
White with #C84ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84ECD; }
p { color: rgb(200,78,205); }
H1.HeaderClassName
{
color: #C84ECD;
}
.AnyTagClassName
{
color: #C84ECD;
}
</style>
background-color css
<style>
a { background-color: #C84ECD; }
a { background-color: rgb(200,78,205); }
div.DivClassName
{
background-color: #C84ECD;
}
.BgClassName
{
background-color: #C84ECD;
}
</style>
border-color css
<style>
span { border-color: #C84ECD; }
span { border-color: rgb(200,78,205); }
td.TdClassName
{
border-color: #C84ECD;
}
.TagClassName
{
border-color: #C84ECD;
}
</style>