Shades of Fuchsia #C73ECE
Tints of Fuchsia #C73ECE
RGB
CMYK
RGB Variations
Color information
#C73ECE (or 0xC73ECE) is known color: Fuchsia. HEX triplet: C7, 3E and CE. RGB value is (199,62,206). Sum of RGB (Red+Green+Blue) = 199+62+206=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #C73ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73ECE is #38C131. Grayscale: #767676. Windows color (decimal): -3719474 or 13516487. OLE color: 13516487.
HSL color Cylindrical-coordinate representation of color #C73ECE: hue angle of 297.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73ECE is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 62 | 206 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.19 |
| HSL | 297.08º | 0.6% | 0.53% | - |
| HSV(B) | 297.08º | 0.7% | 0.81% | - |
| XYZ | 36.42 | 20.04 | 60.34 | - |
| YUV | 119.38 | 176.89 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 62 | 206 | 0.03 | 0.70 | 0 | 0.19 | 297.08 | 0.6 | 0.53 |
| Hex | C7 | 3E | CE | 3 | 46 | 0 | 13 | 129 | 3C | 35 |
| Octal | 307 | 76 | 316 | 3 | 106 | 0 | 23 | 451 | 74 | 65 |
| Binary | 11000111 | 111110 | 11001110 | 11 | 1000110 | 0 | 10011 | 100101001 | 111100 | 110101 |
Color Harmonies of #C73ECE
Complementary color
Monochromatic Colors of #C73ECE
Black with #C73ECE
Text Example
Text Example
White with #C73ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73ECE; }
p { color: rgb(199,62,206); }
H1.HeaderClassName
{
color: #C73ECE;
}
.AnyTagClassName
{
color: #C73ECE;
}
</style>
background-color css
<style>
a { background-color: #C73ECE; }
a { background-color: rgb(199,62,206); }
div.DivClassName
{
background-color: #C73ECE;
}
.BgClassName
{
background-color: #C73ECE;
}
</style>
border-color css
<style>
span { border-color: #C73ECE; }
span { border-color: rgb(199,62,206); }
td.TdClassName
{
border-color: #C73ECE;
}
.TagClassName
{
border-color: #C73ECE;
}
</style>