Shades of Fuchsia #C75ECE
Tints of Fuchsia #C75ECE
RGB
CMYK
RGB Variations
Color information
#C75ECE (or 0xC75ECE) is known color: Fuchsia. HEX triplet: C7, 5E and CE. RGB value is (199,94,206). Sum of RGB (Red+Green+Blue) = 199+94+206=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 94 (37.11% from 255 or 18.84% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #C75ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75ECE is #38A131. Grayscale: #898989. Windows color (decimal): -3711282 or 13524679. OLE color: 13524679.
HSL color Cylindrical-coordinate representation of color #C75ECE: hue angle of 296.25º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C75ECE is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 94 | 206 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.19 |
| HSL | 296.25º | 0.53% | 0.59% | - |
| HSV(B) | 296.25º | 0.54% | 0.81% | - |
| XYZ | 38.7 | 24.6 | 61.1 | - |
| YUV | 138.16 | 166.29 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 94 | 206 | 0.03 | 0.54 | 0 | 0.19 | 296.25 | 0.53 | 0.59 |
| Hex | C7 | 5E | CE | 3 | 36 | 0 | 13 | 128 | 35 | 3B |
| Octal | 307 | 136 | 316 | 3 | 66 | 0 | 23 | 450 | 65 | 73 |
| Binary | 11000111 | 1011110 | 11001110 | 11 | 110110 | 0 | 10011 | 100101000 | 110101 | 111011 |
Color Harmonies of #C75ECE
Complementary color
Monochromatic Colors of #C75ECE
Black with #C75ECE
Text Example
Text Example
White with #C75ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75ECE; }
p { color: rgb(199,94,206); }
H1.HeaderClassName
{
color: #C75ECE;
}
.AnyTagClassName
{
color: #C75ECE;
}
</style>
background-color css
<style>
a { background-color: #C75ECE; }
a { background-color: rgb(199,94,206); }
div.DivClassName
{
background-color: #C75ECE;
}
.BgClassName
{
background-color: #C75ECE;
}
</style>
border-color css
<style>
span { border-color: #C75ECE; }
span { border-color: rgb(199,94,206); }
td.TdClassName
{
border-color: #C75ECE;
}
.TagClassName
{
border-color: #C75ECE;
}
</style>