Shades of Fuchsia #C93ECC
Tints of Fuchsia #C93ECC
RGB
CMYK
RGB Variations
Color information
#C93ECC (or 0xC93ECC) is known color: Fuchsia. HEX triplet: C9, 3E and CC. RGB value is (201,62,204). Sum of RGB (Red+Green+Blue) = 201+62+204=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #C93ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93ECC is #36C133. Grayscale: #777777. Windows color (decimal): -3588404 or 13385417. OLE color: 13385417.
HSL color Cylindrical-coordinate representation of color #C93ECC: hue angle of 298.73º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93ECC is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 62 | 204 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.2 |
| HSL | 298.73º | 0.58% | 0.52% | - |
| HSV(B) | 298.73º | 0.7% | 0.8% | - |
| XYZ | 36.71 | 20.22 | 59.1 | - |
| YUV | 119.75 | 175.55 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 204 | 0.01 | 0.70 | 0 | 0.2 | 298.73 | 0.58 | 0.52 |
| Hex | C9 | 3E | CC | 1 | 46 | 0 | 14 | 12B | 3A | 34 |
| Octal | 311 | 76 | 314 | 1 | 106 | 0 | 24 | 453 | 72 | 64 |
| Binary | 11001001 | 111110 | 11001100 | 1 | 1000110 | 0 | 10100 | 100101011 | 111010 | 110100 |
Color Harmonies of #C93ECC
Complementary color
Monochromatic Colors of #C93ECC
Black with #C93ECC
Text Example
Text Example
White with #C93ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93ECC; }
p { color: rgb(201,62,204); }
H1.HeaderClassName
{
color: #C93ECC;
}
.AnyTagClassName
{
color: #C93ECC;
}
</style>
background-color css
<style>
a { background-color: #C93ECC; }
a { background-color: rgb(201,62,204); }
div.DivClassName
{
background-color: #C93ECC;
}
.BgClassName
{
background-color: #C93ECC;
}
</style>
border-color css
<style>
span { border-color: #C93ECC; }
span { border-color: rgb(201,62,204); }
td.TdClassName
{
border-color: #C93ECC;
}
.TagClassName
{
border-color: #C93ECC;
}
</style>