Shades of Fuchsia #C36AAE
Tints of Fuchsia #C36AAE
RGB
CMYK
RGB Variations
Color information
#C36AAE (or 0xC36AAE) is known color: Fuchsia. HEX triplet: C3, 6A and AE. RGB value is (195,106,174). Sum of RGB (Red+Green+Blue) = 195+106+174=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C36AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36AAE is #3C9551. Grayscale: #8C8C8C. Windows color (decimal): -3970386 or 11430595. OLE color: 11430595.
HSL color Cylindrical-coordinate representation of color #C36AAE: hue angle of 314.16º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C36AAE is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 174 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.24 |
| HSL | 314.16º | 0.43% | 0.59% | - |
| HSV(B) | 314.16º | 0.46% | 0.76% | - |
| XYZ | 35.3 | 24.97 | 43 | - |
| YUV | 140.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 174 | 0 | 0.46 | 0.11 | 0.24 | 314.16 | 0.43 | 0.59 |
| Hex | C3 | 6A | AE | 0 | 2E | B | 18 | 13A | 2B | 3B |
| Octal | 303 | 152 | 256 | 0 | 56 | 13 | 30 | 472 | 53 | 73 |
| Binary | 11000011 | 1101010 | 10101110 | 0 | 101110 | 1011 | 11000 | 100111010 | 101011 | 111011 |
Color Harmonies of #C36AAE
Complementary color
Monochromatic Colors of #C36AAE
Black with #C36AAE
Text Example
Text Example
White with #C36AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36AAE; }
p { color: rgb(195,106,174); }
H1.HeaderClassName
{
color: #C36AAE;
}
.AnyTagClassName
{
color: #C36AAE;
}
</style>
background-color css
<style>
a { background-color: #C36AAE; }
a { background-color: rgb(195,106,174); }
div.DivClassName
{
background-color: #C36AAE;
}
.BgClassName
{
background-color: #C36AAE;
}
</style>
border-color css
<style>
span { border-color: #C36AAE; }
span { border-color: rgb(195,106,174); }
td.TdClassName
{
border-color: #C36AAE;
}
.TagClassName
{
border-color: #C36AAE;
}
</style>