Shades of Fuchsia #C93CAA
Tints of Fuchsia #C93CAA
RGB
CMYK
RGB Variations
Color information
#C93CAA (or 0xC93CAA) is known color: Fuchsia. HEX triplet: C9, 3C and AA. RGB value is (201,60,170). Sum of RGB (Red+Green+Blue) = 201+60+170=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C93CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93CAA is #36C355. Grayscale: #727272. Windows color (decimal): -3588950 or 11156681. OLE color: 11156681.
HSL color Cylindrical-coordinate representation of color #C93CAA: hue angle of 313.19º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93CAA is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 60 | 170 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.21 |
| HSL | 313.19º | 0.57% | 0.51% | - |
| HSV(B) | 313.19º | 0.7% | 0.79% | - |
| XYZ | 32.96 | 18.55 | 39.87 | - |
| YUV | 114.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 170 | 0 | 0.70 | 0.15 | 0.21 | 313.19 | 0.57 | 0.51 |
| Hex | C9 | 3C | AA | 0 | 46 | F | 15 | 139 | 39 | 33 |
| Octal | 311 | 74 | 252 | 0 | 106 | 17 | 25 | 471 | 71 | 63 |
| Binary | 11001001 | 111100 | 10101010 | 0 | 1000110 | 1111 | 10101 | 100111001 | 111001 | 110011 |
Color Harmonies of #C93CAA
Complementary color
Monochromatic Colors of #C93CAA
Black with #C93CAA
Text Example
Text Example
White with #C93CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93CAA; }
p { color: rgb(201,60,170); }
H1.HeaderClassName
{
color: #C93CAA;
}
.AnyTagClassName
{
color: #C93CAA;
}
</style>
background-color css
<style>
a { background-color: #C93CAA; }
a { background-color: rgb(201,60,170); }
div.DivClassName
{
background-color: #C93CAA;
}
.BgClassName
{
background-color: #C93CAA;
}
</style>
border-color css
<style>
span { border-color: #C93CAA; }
span { border-color: rgb(201,60,170); }
td.TdClassName
{
border-color: #C93CAA;
}
.TagClassName
{
border-color: #C93CAA;
}
</style>