Shades of Fuchsia #C94ECE
Tints of Fuchsia #C94ECE
RGB
CMYK
RGB Variations
Color information
#C94ECE (or 0xC94ECE) is known color: Fuchsia. HEX triplet: C9, 4E and CE. RGB value is (201,78,206). Sum of RGB (Red+Green+Blue) = 201+78+206=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #C94ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94ECE is #36B131. Grayscale: #808080. Windows color (decimal): -3584306 or 13520585. OLE color: 13520585.
HSL color Cylindrical-coordinate representation of color #C94ECE: hue angle of 297.66º 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 #C94ECE is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 78 | 206 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.19 |
| HSL | 297.66º | 0.57% | 0.56% | - |
| HSV(B) | 297.66º | 0.62% | 0.81% | - |
| XYZ | 37.95 | 22.32 | 60.7 | - |
| YUV | 129.37 | 171.25 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 206 | 0.02 | 0.62 | 0 | 0.19 | 297.66 | 0.57 | 0.56 |
| Hex | C9 | 4E | CE | 2 | 3E | 0 | 13 | 12A | 39 | 38 |
| Octal | 311 | 116 | 316 | 2 | 76 | 0 | 23 | 452 | 71 | 70 |
| Binary | 11001001 | 1001110 | 11001110 | 10 | 111110 | 0 | 10011 | 100101010 | 111001 | 111000 |
Color Harmonies of #C94ECE
Complementary color
Monochromatic Colors of #C94ECE
Black with #C94ECE
Text Example
Text Example
White with #C94ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94ECE; }
p { color: rgb(201,78,206); }
H1.HeaderClassName
{
color: #C94ECE;
}
.AnyTagClassName
{
color: #C94ECE;
}
</style>
background-color css
<style>
a { background-color: #C94ECE; }
a { background-color: rgb(201,78,206); }
div.DivClassName
{
background-color: #C94ECE;
}
.BgClassName
{
background-color: #C94ECE;
}
</style>
border-color css
<style>
span { border-color: #C94ECE; }
span { border-color: rgb(201,78,206); }
td.TdClassName
{
border-color: #C94ECE;
}
.TagClassName
{
border-color: #C94ECE;
}
</style>