Shades of Fuchsia #C93AAF
Tints of Fuchsia #C93AAF
RGB
CMYK
RGB Variations
Color information
#C93AAF (or 0xC93AAF) is known color: Fuchsia. HEX triplet: C9, 3A and AF. RGB value is (201,58,175). Sum of RGB (Red+Green+Blue) = 201+58+175=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C93AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93AAF is #36C550. Grayscale: #717171. Windows color (decimal): -3589457 or 11483849. OLE color: 11483849.
HSL color Cylindrical-coordinate representation of color #C93AAF: hue angle of 310.91º 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 #C93AAF is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 175 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.21 |
| HSL | 310.91º | 0.57% | 0.51% | - |
| HSV(B) | 310.91º | 0.71% | 0.79% | - |
| XYZ | 33.34 | 18.54 | 42.38 | - |
| YUV | 114.1 | 162.38 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 175 | 0 | 0.71 | 0.13 | 0.21 | 310.91 | 0.57 | 0.51 |
| Hex | C9 | 3A | AF | 0 | 47 | D | 15 | 137 | 39 | 33 |
| Octal | 311 | 72 | 257 | 0 | 107 | 15 | 25 | 467 | 71 | 63 |
| Binary | 11001001 | 111010 | 10101111 | 0 | 1000111 | 1101 | 10101 | 100110111 | 111001 | 110011 |
Color Harmonies of #C93AAF
Complementary color
Monochromatic Colors of #C93AAF
Black with #C93AAF
Text Example
Text Example
White with #C93AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93AAF; }
p { color: rgb(201,58,175); }
H1.HeaderClassName
{
color: #C93AAF;
}
.AnyTagClassName
{
color: #C93AAF;
}
</style>
background-color css
<style>
a { background-color: #C93AAF; }
a { background-color: rgb(201,58,175); }
div.DivClassName
{
background-color: #C93AAF;
}
.BgClassName
{
background-color: #C93AAF;
}
</style>
border-color css
<style>
span { border-color: #C93AAF; }
span { border-color: rgb(201,58,175); }
td.TdClassName
{
border-color: #C93AAF;
}
.TagClassName
{
border-color: #C93AAF;
}
</style>