Shades of Fuchsia #C93ACE
Tints of Fuchsia #C93ACE
RGB
CMYK
RGB Variations
Color information
#C93ACE (or 0xC93ACE) is known color: Fuchsia. HEX triplet: C9, 3A and CE. RGB value is (201,58,206). Sum of RGB (Red+Green+Blue) = 201+58+206=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 58 (23.05% from 255 or 12.47% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #C93ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93ACE is #36C531. Grayscale: #757575. Windows color (decimal): -3589426 or 13515465. OLE color: 13515465.
HSL color Cylindrical-coordinate representation of color #C93ACE: hue angle of 297.97º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93ACE is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 58 | 206 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.19 |
| HSL | 297.97º | 0.6% | 0.52% | - |
| HSV(B) | 297.97º | 0.72% | 0.81% | - |
| XYZ | 36.74 | 19.9 | 60.3 | - |
| YUV | 117.63 | 177.88 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 206 | 0.02 | 0.72 | 0 | 0.19 | 297.97 | 0.6 | 0.52 |
| Hex | C9 | 3A | CE | 2 | 48 | 0 | 13 | 12A | 3C | 34 |
| Octal | 311 | 72 | 316 | 2 | 110 | 0 | 23 | 452 | 74 | 64 |
| Binary | 11001001 | 111010 | 11001110 | 10 | 1001000 | 0 | 10011 | 100101010 | 111100 | 110100 |
Color Harmonies of #C93ACE
Complementary color
Monochromatic Colors of #C93ACE
Black with #C93ACE
Text Example
Text Example
White with #C93ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93ACE; }
p { color: rgb(201,58,206); }
H1.HeaderClassName
{
color: #C93ACE;
}
.AnyTagClassName
{
color: #C93ACE;
}
</style>
background-color css
<style>
a { background-color: #C93ACE; }
a { background-color: rgb(201,58,206); }
div.DivClassName
{
background-color: #C93ACE;
}
.BgClassName
{
background-color: #C93ACE;
}
</style>
border-color css
<style>
span { border-color: #C93ACE; }
span { border-color: rgb(201,58,206); }
td.TdClassName
{
border-color: #C93ACE;
}
.TagClassName
{
border-color: #C93ACE;
}
</style>