Shades of Fuchsia #C93FAA
Tints of Fuchsia #C93FAA
RGB
CMYK
RGB Variations
Color information
#C93FAA (or 0xC93FAA) is known color: Fuchsia. HEX triplet: C9, 3F and AA. RGB value is (201,63,170). Sum of RGB (Red+Green+Blue) = 201+63+170=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C93FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93FAA is #36C055. Grayscale: #747474. Windows color (decimal): -3588182 or 11157449. OLE color: 11157449.
HSL color Cylindrical-coordinate representation of color #C93FAA: hue angle of 313.48º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C93FAA is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 170 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.21 |
| HSL | 313.48º | 0.56% | 0.52% | - |
| HSV(B) | 313.48º | 0.69% | 0.79% | - |
| XYZ | 33.12 | 18.87 | 39.93 | - |
| YUV | 116.46 | 158.22 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 170 | 0 | 0.69 | 0.15 | 0.21 | 313.48 | 0.56 | 0.52 |
| Hex | C9 | 3F | AA | 0 | 45 | F | 15 | 139 | 38 | 34 |
| Octal | 311 | 77 | 252 | 0 | 105 | 17 | 25 | 471 | 70 | 64 |
| Binary | 11001001 | 111111 | 10101010 | 0 | 1000101 | 1111 | 10101 | 100111001 | 111000 | 110100 |
Color Harmonies of #C93FAA
Complementary color
Monochromatic Colors of #C93FAA
Black with #C93FAA
Text Example
Text Example
White with #C93FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FAA; }
p { color: rgb(201,63,170); }
H1.HeaderClassName
{
color: #C93FAA;
}
.AnyTagClassName
{
color: #C93FAA;
}
</style>
background-color css
<style>
a { background-color: #C93FAA; }
a { background-color: rgb(201,63,170); }
div.DivClassName
{
background-color: #C93FAA;
}
.BgClassName
{
background-color: #C93FAA;
}
</style>
border-color css
<style>
span { border-color: #C93FAA; }
span { border-color: rgb(201,63,170); }
td.TdClassName
{
border-color: #C93FAA;
}
.TagClassName
{
border-color: #C93FAA;
}
</style>