Shades of Fuchsia #C93AC0
Tints of Fuchsia #C93AC0
RGB
CMYK
RGB Variations
Color information
#C93AC0 (or 0xC93AC0) is known color: Fuchsia. HEX triplet: C9, 3A and C0. RGB value is (201,58,192). Sum of RGB (Red+Green+Blue) = 201+58+192=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C93AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93AC0 is #36C53F. Grayscale: #737373. Windows color (decimal): -3589440 or 12597961. OLE color: 12597961.
HSL color Cylindrical-coordinate representation of color #C93AC0: hue angle of 303.78º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93AC0 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 192 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.21 |
| HSL | 303.78º | 0.57% | 0.51% | - |
| HSV(B) | 303.78º | 0.71% | 0.79% | - |
| XYZ | 35.11 | 19.25 | 51.73 | - |
| YUV | 116.03 | 170.88 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 192 | 0 | 0.71 | 0.04 | 0.21 | 303.78 | 0.57 | 0.51 |
| Hex | C9 | 3A | C0 | 0 | 47 | 4 | 15 | 130 | 39 | 33 |
| Octal | 311 | 72 | 300 | 0 | 107 | 4 | 25 | 460 | 71 | 63 |
| Binary | 11001001 | 111010 | 11000000 | 0 | 1000111 | 100 | 10101 | 100110000 | 111001 | 110011 |
Color Harmonies of #C93AC0
Complementary color
Monochromatic Colors of #C93AC0
Black with #C93AC0
Text Example
Text Example
White with #C93AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93AC0; }
p { color: rgb(201,58,192); }
H1.HeaderClassName
{
color: #C93AC0;
}
.AnyTagClassName
{
color: #C93AC0;
}
</style>
background-color css
<style>
a { background-color: #C93AC0; }
a { background-color: rgb(201,58,192); }
div.DivClassName
{
background-color: #C93AC0;
}
.BgClassName
{
background-color: #C93AC0;
}
</style>
border-color css
<style>
span { border-color: #C93AC0; }
span { border-color: rgb(201,58,192); }
td.TdClassName
{
border-color: #C93AC0;
}
.TagClassName
{
border-color: #C93AC0;
}
</style>