Shades of Fuchsia #C94EC6
Tints of Fuchsia #C94EC6
RGB
CMYK
RGB Variations
Color information
#C94EC6 (or 0xC94EC6) is known color: Fuchsia. HEX triplet: C9, 4E and C6. RGB value is (201,78,198). Sum of RGB (Red+Green+Blue) = 201+78+198=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C94EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94EC6 is #36B139. Grayscale: #808080. Windows color (decimal): -3584314 or 12996297. OLE color: 12996297.
HSL color Cylindrical-coordinate representation of color #C94EC6: hue angle of 301.46º degrees, saturation: 0.53, 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 #C94EC6 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 78 | 198 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.21 |
| HSL | 301.46º | 0.53% | 0.55% | - |
| HSV(B) | 301.46º | 0.61% | 0.79% | - |
| XYZ | 37 | 21.94 | 55.71 | - |
| YUV | 128.46 | 167.25 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 198 | 0 | 0.61 | 0.01 | 0.21 | 301.46 | 0.53 | 0.55 |
| Hex | C9 | 4E | C6 | 0 | 3D | 1 | 15 | 12D | 35 | 37 |
| Octal | 311 | 116 | 306 | 0 | 75 | 1 | 25 | 455 | 65 | 67 |
| Binary | 11001001 | 1001110 | 11000110 | 0 | 111101 | 1 | 10101 | 100101101 | 110101 | 110111 |
Color Harmonies of #C94EC6
Complementary color
Monochromatic Colors of #C94EC6
Black with #C94EC6
Text Example
Text Example
White with #C94EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94EC6; }
p { color: rgb(201,78,198); }
H1.HeaderClassName
{
color: #C94EC6;
}
.AnyTagClassName
{
color: #C94EC6;
}
</style>
background-color css
<style>
a { background-color: #C94EC6; }
a { background-color: rgb(201,78,198); }
div.DivClassName
{
background-color: #C94EC6;
}
.BgClassName
{
background-color: #C94EC6;
}
</style>
border-color css
<style>
span { border-color: #C94EC6; }
span { border-color: rgb(201,78,198); }
td.TdClassName
{
border-color: #C94EC6;
}
.TagClassName
{
border-color: #C94EC6;
}
</style>