Shades of Fuchsia #C74ECE
Tints of Fuchsia #C74ECE
RGB
CMYK
RGB Variations
Color information
#C74ECE (or 0xC74ECE) is known color: Fuchsia. HEX triplet: C7, 4E and CE. RGB value is (199,78,206). Sum of RGB (Red+Green+Blue) = 199+78+206=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #C74ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74ECE is #38B131. Grayscale: #808080. Windows color (decimal): -3715378 or 13520583. OLE color: 13520583.
HSL color Cylindrical-coordinate representation of color #C74ECE: hue angle of 296.72º 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 #C74ECE is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 78 | 206 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.19 |
| HSL | 296.72º | 0.57% | 0.56% | - |
| HSV(B) | 296.72º | 0.62% | 0.81% | - |
| XYZ | 37.42 | 22.05 | 60.68 | - |
| YUV | 128.77 | 171.59 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 206 | 0.03 | 0.62 | 0 | 0.19 | 296.72 | 0.57 | 0.56 |
| Hex | C7 | 4E | CE | 3 | 3E | 0 | 13 | 129 | 39 | 38 |
| Octal | 307 | 116 | 316 | 3 | 76 | 0 | 23 | 451 | 71 | 70 |
| Binary | 11000111 | 1001110 | 11001110 | 11 | 111110 | 0 | 10011 | 100101001 | 111001 | 111000 |
Color Harmonies of #C74ECE
Complementary color
Monochromatic Colors of #C74ECE
Black with #C74ECE
Text Example
Text Example
White with #C74ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74ECE; }
p { color: rgb(199,78,206); }
H1.HeaderClassName
{
color: #C74ECE;
}
.AnyTagClassName
{
color: #C74ECE;
}
</style>
background-color css
<style>
a { background-color: #C74ECE; }
a { background-color: rgb(199,78,206); }
div.DivClassName
{
background-color: #C74ECE;
}
.BgClassName
{
background-color: #C74ECE;
}
</style>
border-color css
<style>
span { border-color: #C74ECE; }
span { border-color: rgb(199,78,206); }
td.TdClassName
{
border-color: #C74ECE;
}
.TagClassName
{
border-color: #C74ECE;
}
</style>