Shades of Fuchsia #C940AA
Tints of Fuchsia #C940AA
RGB
CMYK
RGB Variations
Color information
#C940AA (or 0xC940AA) is known color: Fuchsia. HEX triplet: C9, 40 and AA. RGB value is (201,64,170). Sum of RGB (Red+Green+Blue) = 201+64+170=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C940AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C940AA is #36BF55. Grayscale: #747474. Windows color (decimal): -3587926 or 11157705. OLE color: 11157705.
HSL color Cylindrical-coordinate representation of color #C940AA: hue angle of 313.58º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C940AA is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 64 | 170 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.21 |
| HSL | 313.58º | 0.56% | 0.52% | - |
| HSV(B) | 313.58º | 0.68% | 0.79% | - |
| XYZ | 33.18 | 18.99 | 39.95 | - |
| YUV | 117.05 | 157.89 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 170 | 0 | 0.68 | 0.15 | 0.21 | 313.58 | 0.56 | 0.52 |
| Hex | C9 | 40 | AA | 0 | 44 | F | 15 | 13A | 38 | 34 |
| Octal | 311 | 100 | 252 | 0 | 104 | 17 | 25 | 472 | 70 | 64 |
| Binary | 11001001 | 1000000 | 10101010 | 0 | 1000100 | 1111 | 10101 | 100111010 | 111000 | 110100 |
Color Harmonies of #C940AA
Complementary color
Monochromatic Colors of #C940AA
Black with #C940AA
Text Example
Text Example
White with #C940AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C940AA; }
p { color: rgb(201,64,170); }
H1.HeaderClassName
{
color: #C940AA;
}
.AnyTagClassName
{
color: #C940AA;
}
</style>
background-color css
<style>
a { background-color: #C940AA; }
a { background-color: rgb(201,64,170); }
div.DivClassName
{
background-color: #C940AA;
}
.BgClassName
{
background-color: #C940AA;
}
</style>
border-color css
<style>
span { border-color: #C940AA; }
span { border-color: rgb(201,64,170); }
td.TdClassName
{
border-color: #C940AA;
}
.TagClassName
{
border-color: #C940AA;
}
</style>