Shades of Fuchsia #C04ECA
Tints of Fuchsia #C04ECA
RGB
CMYK
RGB Variations
Color information
#C04ECA (or 0xC04ECA) is known color: Fuchsia. HEX triplet: C0, 4E and CA. RGB value is (192,78,202). Sum of RGB (Red+Green+Blue) = 192+78+202=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #C04ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04ECA is #3FB135. Grayscale: #7D7D7D. Windows color (decimal): -4174134 or 13258432. OLE color: 13258432.
HSL color Cylindrical-coordinate representation of color #C04ECA: hue angle of 295.16º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04ECA is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 78 | 202 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.21 |
| HSL | 295.16º | 0.54% | 0.55% | - |
| HSV(B) | 295.16º | 0.61% | 0.79% | - |
| XYZ | 35.12 | 20.92 | 58.06 | - |
| YUV | 126.22 | 170.77 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 202 | 0.05 | 0.61 | 0 | 0.21 | 295.16 | 0.54 | 0.55 |
| Hex | C0 | 4E | CA | 5 | 3D | 0 | 15 | 127 | 36 | 37 |
| Octal | 300 | 116 | 312 | 5 | 75 | 0 | 25 | 447 | 66 | 67 |
| Binary | 11000000 | 1001110 | 11001010 | 101 | 111101 | 0 | 10101 | 100100111 | 110110 | 110111 |
Color Harmonies of #C04ECA
Complementary color
Monochromatic Colors of #C04ECA
Black with #C04ECA
Text Example
Text Example
White with #C04ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04ECA; }
p { color: rgb(192,78,202); }
H1.HeaderClassName
{
color: #C04ECA;
}
.AnyTagClassName
{
color: #C04ECA;
}
</style>
background-color css
<style>
a { background-color: #C04ECA; }
a { background-color: rgb(192,78,202); }
div.DivClassName
{
background-color: #C04ECA;
}
.BgClassName
{
background-color: #C04ECA;
}
</style>
border-color css
<style>
span { border-color: #C04ECA; }
span { border-color: rgb(192,78,202); }
td.TdClassName
{
border-color: #C04ECA;
}
.TagClassName
{
border-color: #C04ECA;
}
</style>