Shades of Fuchsia #C240AE
Tints of Fuchsia #C240AE
RGB
CMYK
RGB Variations
Color information
#C240AE (or 0xC240AE) is known color: Fuchsia. HEX triplet: C2, 40 and AE. RGB value is (194,64,174). Sum of RGB (Red+Green+Blue) = 194+64+174=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C240AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C240AE is #3DBF51. Grayscale: #737373. Windows color (decimal): -4046674 or 11419842. OLE color: 11419842.
HSL color Cylindrical-coordinate representation of color #C240AE: hue angle of 309.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C240AE is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 174 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.24 |
| HSL | 309.23º | 0.52% | 0.51% | - |
| HSV(B) | 309.23º | 0.67% | 0.76% | - |
| XYZ | 31.72 | 18.19 | 41.88 | - |
| YUV | 115.41 | 161.07 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 174 | 0 | 0.67 | 0.10 | 0.24 | 309.23 | 0.52 | 0.51 |
| Hex | C2 | 40 | AE | 0 | 43 | A | 18 | 135 | 34 | 33 |
| Octal | 302 | 100 | 256 | 0 | 103 | 12 | 30 | 465 | 64 | 63 |
| Binary | 11000010 | 1000000 | 10101110 | 0 | 1000011 | 1010 | 11000 | 100110101 | 110100 | 110011 |
Color Harmonies of #C240AE
Complementary color
Monochromatic Colors of #C240AE
Black with #C240AE
Text Example
Text Example
White with #C240AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C240AE; }
p { color: rgb(194,64,174); }
H1.HeaderClassName
{
color: #C240AE;
}
.AnyTagClassName
{
color: #C240AE;
}
</style>
background-color css
<style>
a { background-color: #C240AE; }
a { background-color: rgb(194,64,174); }
div.DivClassName
{
background-color: #C240AE;
}
.BgClassName
{
background-color: #C240AE;
}
</style>
border-color css
<style>
span { border-color: #C240AE; }
span { border-color: rgb(194,64,174); }
td.TdClassName
{
border-color: #C240AE;
}
.TagClassName
{
border-color: #C240AE;
}
</style>