Shades of Fuchsia #C65AAE
Tints of Fuchsia #C65AAE
RGB
CMYK
RGB Variations
Color information
#C65AAE (or 0xC65AAE) is known color: Fuchsia. HEX triplet: C6, 5A and AE. RGB value is (198,90,174). Sum of RGB (Red+Green+Blue) = 198+90+174=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C65AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65AAE is #39A551. Grayscale: #838383. Windows color (decimal): -3777874 or 11426502. OLE color: 11426502.
HSL color Cylindrical-coordinate representation of color #C65AAE: hue angle of 313.33º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65AAE is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 174 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.22 |
| HSL | 313.33º | 0.49% | 0.56% | - |
| HSV(B) | 313.33º | 0.55% | 0.78% | - |
| XYZ | 34.58 | 22.37 | 42.54 | - |
| YUV | 131.87 | 151.78 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 174 | 0 | 0.55 | 0.12 | 0.22 | 313.33 | 0.49 | 0.56 |
| Hex | C6 | 5A | AE | 0 | 37 | C | 16 | 139 | 31 | 38 |
| Octal | 306 | 132 | 256 | 0 | 67 | 14 | 26 | 471 | 61 | 70 |
| Binary | 11000110 | 1011010 | 10101110 | 0 | 110111 | 1100 | 10110 | 100111001 | 110001 | 111000 |
Color Harmonies of #C65AAE
Complementary color
Monochromatic Colors of #C65AAE
Black with #C65AAE
Text Example
Text Example
White with #C65AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65AAE; }
p { color: rgb(198,90,174); }
H1.HeaderClassName
{
color: #C65AAE;
}
.AnyTagClassName
{
color: #C65AAE;
}
</style>
background-color css
<style>
a { background-color: #C65AAE; }
a { background-color: rgb(198,90,174); }
div.DivClassName
{
background-color: #C65AAE;
}
.BgClassName
{
background-color: #C65AAE;
}
</style>
border-color css
<style>
span { border-color: #C65AAE; }
span { border-color: rgb(198,90,174); }
td.TdClassName
{
border-color: #C65AAE;
}
.TagClassName
{
border-color: #C65AAE;
}
</style>