Shades of Fuchsia #C94EC7
Tints of Fuchsia #C94EC7
RGB
CMYK
RGB Variations
Color information
#C94EC7 (or 0xC94EC7) is known color: Fuchsia. HEX triplet: C9, 4E and C7. RGB value is (201,78,199). Sum of RGB (Red+Green+Blue) = 201+78+199=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C94EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94EC7 is #36B138. Grayscale: #808080. Windows color (decimal): -3584313 or 13061833. OLE color: 13061833.
HSL color Cylindrical-coordinate representation of color #C94EC7: hue angle of 300.98º 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 #C94EC7 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 78 | 199 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.21 |
| HSL | 300.98º | 0.53% | 0.55% | - |
| HSV(B) | 300.98º | 0.61% | 0.79% | - |
| XYZ | 37.12 | 21.99 | 56.32 | - |
| YUV | 128.57 | 167.75 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 199 | 0 | 0.61 | 0.01 | 0.21 | 300.98 | 0.53 | 0.55 |
| Hex | C9 | 4E | C7 | 0 | 3D | 1 | 15 | 12D | 35 | 37 |
| Octal | 311 | 116 | 307 | 0 | 75 | 1 | 25 | 455 | 65 | 67 |
| Binary | 11001001 | 1001110 | 11000111 | 0 | 111101 | 1 | 10101 | 100101101 | 110101 | 110111 |
Color Harmonies of #C94EC7
Complementary color
Monochromatic Colors of #C94EC7
Black with #C94EC7
Text Example
Text Example
White with #C94EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94EC7; }
p { color: rgb(201,78,199); }
H1.HeaderClassName
{
color: #C94EC7;
}
.AnyTagClassName
{
color: #C94EC7;
}
</style>
background-color css
<style>
a { background-color: #C94EC7; }
a { background-color: rgb(201,78,199); }
div.DivClassName
{
background-color: #C94EC7;
}
.BgClassName
{
background-color: #C94EC7;
}
</style>
border-color css
<style>
span { border-color: #C94EC7; }
span { border-color: rgb(201,78,199); }
td.TdClassName
{
border-color: #C94EC7;
}
.TagClassName
{
border-color: #C94EC7;
}
</style>