Shades of Fuchsia #C93EC0
Tints of Fuchsia #C93EC0
RGB
CMYK
RGB Variations
Color information
#C93EC0 (or 0xC93EC0) is known color: Fuchsia. HEX triplet: C9, 3E and C0. RGB value is (201,62,192). Sum of RGB (Red+Green+Blue) = 201+62+192=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 62 (24.61% from 255 or 13.63% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C93EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93EC0 is #36C13F. Grayscale: #767676. Windows color (decimal): -3588416 or 12598985. OLE color: 12598985.
HSL color Cylindrical-coordinate representation of color #C93EC0: hue angle of 303.88º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C93EC0 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 62 | 192 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.21 |
| HSL | 303.88º | 0.56% | 0.52% | - |
| HSV(B) | 303.88º | 0.69% | 0.79% | - |
| XYZ | 35.32 | 19.67 | 51.8 | - |
| YUV | 118.38 | 169.55 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 192 | 0 | 0.69 | 0.04 | 0.21 | 303.88 | 0.56 | 0.52 |
| Hex | C9 | 3E | C0 | 0 | 45 | 4 | 15 | 130 | 38 | 34 |
| Octal | 311 | 76 | 300 | 0 | 105 | 4 | 25 | 460 | 70 | 64 |
| Binary | 11001001 | 111110 | 11000000 | 0 | 1000101 | 100 | 10101 | 100110000 | 111000 | 110100 |
Color Harmonies of #C93EC0
Complementary color
Monochromatic Colors of #C93EC0
Black with #C93EC0
Text Example
Text Example
White with #C93EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93EC0; }
p { color: rgb(201,62,192); }
H1.HeaderClassName
{
color: #C93EC0;
}
.AnyTagClassName
{
color: #C93EC0;
}
</style>
background-color css
<style>
a { background-color: #C93EC0; }
a { background-color: rgb(201,62,192); }
div.DivClassName
{
background-color: #C93EC0;
}
.BgClassName
{
background-color: #C93EC0;
}
</style>
border-color css
<style>
span { border-color: #C93EC0; }
span { border-color: rgb(201,62,192); }
td.TdClassName
{
border-color: #C93EC0;
}
.TagClassName
{
border-color: #C93EC0;
}
</style>