Shades of Fuchsia #C65AAA
Tints of Fuchsia #C65AAA
RGB
CMYK
RGB Variations
Color information
#C65AAA (or 0xC65AAA) is known color: Fuchsia. HEX triplet: C6, 5A and AA. RGB value is (198,90,170). Sum of RGB (Red+Green+Blue) = 198+90+170=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C65AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65AAA is #39A555. Grayscale: #838383. Windows color (decimal): -3777878 or 11164358. OLE color: 11164358.
HSL color Cylindrical-coordinate representation of color #C65AAA: hue angle of 315.56º 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 #C65AAA is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 170 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.22 |
| HSL | 315.56º | 0.49% | 0.56% | - |
| HSV(B) | 315.56º | 0.55% | 0.78% | - |
| XYZ | 34.2 | 22.22 | 40.52 | - |
| YUV | 131.41 | 149.78 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 170 | 0 | 0.55 | 0.14 | 0.22 | 315.56 | 0.49 | 0.56 |
| Hex | C6 | 5A | AA | 0 | 37 | E | 16 | 13C | 31 | 38 |
| Octal | 306 | 132 | 252 | 0 | 67 | 16 | 26 | 474 | 61 | 70 |
| Binary | 11000110 | 1011010 | 10101010 | 0 | 110111 | 1110 | 10110 | 100111100 | 110001 | 111000 |
Color Harmonies of #C65AAA
Complementary color
Monochromatic Colors of #C65AAA
Black with #C65AAA
Text Example
Text Example
White with #C65AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65AAA; }
p { color: rgb(198,90,170); }
H1.HeaderClassName
{
color: #C65AAA;
}
.AnyTagClassName
{
color: #C65AAA;
}
</style>
background-color css
<style>
a { background-color: #C65AAA; }
a { background-color: rgb(198,90,170); }
div.DivClassName
{
background-color: #C65AAA;
}
.BgClassName
{
background-color: #C65AAA;
}
</style>
border-color css
<style>
span { border-color: #C65AAA; }
span { border-color: rgb(198,90,170); }
td.TdClassName
{
border-color: #C65AAA;
}
.TagClassName
{
border-color: #C65AAA;
}
</style>