Shades of Fuchsia #C93ECE
Tints of Fuchsia #C93ECE
RGB
CMYK
RGB Variations
Color information
#C93ECE (or 0xC93ECE) is known color: Fuchsia. HEX triplet: C9, 3E and CE. RGB value is (201,62,206). Sum of RGB (Red+Green+Blue) = 201+62+206=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 62 (24.61% from 255 or 13.22% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #C93ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93ECE is #36C131. Grayscale: #777777. Windows color (decimal): -3588402 or 13516489. OLE color: 13516489.
HSL color Cylindrical-coordinate representation of color #C93ECE: hue angle of 297.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93ECE is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 62 | 206 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.19 |
| HSL | 297.92º | 0.6% | 0.53% | - |
| HSV(B) | 297.92º | 0.7% | 0.81% | - |
| XYZ | 36.95 | 20.32 | 60.37 | - |
| YUV | 119.98 | 176.55 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 206 | 0.02 | 0.70 | 0 | 0.19 | 297.92 | 0.6 | 0.53 |
| Hex | C9 | 3E | CE | 2 | 46 | 0 | 13 | 12A | 3C | 35 |
| Octal | 311 | 76 | 316 | 2 | 106 | 0 | 23 | 452 | 74 | 65 |
| Binary | 11001001 | 111110 | 11001110 | 10 | 1000110 | 0 | 10011 | 100101010 | 111100 | 110101 |
Color Harmonies of #C93ECE
Complementary color
Monochromatic Colors of #C93ECE
Black with #C93ECE
Text Example
Text Example
White with #C93ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93ECE; }
p { color: rgb(201,62,206); }
H1.HeaderClassName
{
color: #C93ECE;
}
.AnyTagClassName
{
color: #C93ECE;
}
</style>
background-color css
<style>
a { background-color: #C93ECE; }
a { background-color: rgb(201,62,206); }
div.DivClassName
{
background-color: #C93ECE;
}
.BgClassName
{
background-color: #C93ECE;
}
</style>
border-color css
<style>
span { border-color: #C93ECE; }
span { border-color: rgb(201,62,206); }
td.TdClassName
{
border-color: #C93ECE;
}
.TagClassName
{
border-color: #C93ECE;
}
</style>