Shades of Fuchsia #C65AAC
Tints of Fuchsia #C65AAC
RGB
CMYK
RGB Variations
Color information
#C65AAC (or 0xC65AAC) is known color: Fuchsia. HEX triplet: C6, 5A and AC. RGB value is (198,90,172). Sum of RGB (Red+Green+Blue) = 198+90+172=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C65AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65AAC is #39A553. Grayscale: #838383. Windows color (decimal): -3777876 or 11295430. OLE color: 11295430.
HSL color Cylindrical-coordinate representation of color #C65AAC: hue angle of 314.44º 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 #C65AAC is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 172 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.22 |
| HSL | 314.44º | 0.49% | 0.56% | - |
| HSV(B) | 314.44º | 0.55% | 0.78% | - |
| XYZ | 34.39 | 22.3 | 41.52 | - |
| YUV | 131.64 | 150.78 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 172 | 0 | 0.55 | 0.13 | 0.22 | 314.44 | 0.49 | 0.56 |
| Hex | C6 | 5A | AC | 0 | 37 | D | 16 | 13A | 31 | 38 |
| Octal | 306 | 132 | 254 | 0 | 67 | 15 | 26 | 472 | 61 | 70 |
| Binary | 11000110 | 1011010 | 10101100 | 0 | 110111 | 1101 | 10110 | 100111010 | 110001 | 111000 |
Color Harmonies of #C65AAC
Complementary color
Monochromatic Colors of #C65AAC
Black with #C65AAC
Text Example
Text Example
White with #C65AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65AAC; }
p { color: rgb(198,90,172); }
H1.HeaderClassName
{
color: #C65AAC;
}
.AnyTagClassName
{
color: #C65AAC;
}
</style>
background-color css
<style>
a { background-color: #C65AAC; }
a { background-color: rgb(198,90,172); }
div.DivClassName
{
background-color: #C65AAC;
}
.BgClassName
{
background-color: #C65AAC;
}
</style>
border-color css
<style>
span { border-color: #C65AAC; }
span { border-color: rgb(198,90,172); }
td.TdClassName
{
border-color: #C65AAC;
}
.TagClassName
{
border-color: #C65AAC;
}
</style>