Shades of Fuchsia #C658AA
Tints of Fuchsia #C658AA
RGB
CMYK
RGB Variations
Color information
#C658AA (or 0xC658AA) is known color: Fuchsia. HEX triplet: C6, 58 and AA. RGB value is (198,88,170). Sum of RGB (Red+Green+Blue) = 198+88+170=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C658AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C658AA is #39A755. Grayscale: #828282. Windows color (decimal): -3778390 or 11163846. OLE color: 11163846.
HSL color Cylindrical-coordinate representation of color #C658AA: hue angle of 315.27º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C658AA is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 170 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.22 |
| HSL | 315.27º | 0.49% | 0.56% | - |
| HSV(B) | 315.27º | 0.56% | 0.78% | - |
| XYZ | 34.03 | 21.89 | 40.46 | - |
| YUV | 130.24 | 150.44 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 170 | 0 | 0.56 | 0.14 | 0.22 | 315.27 | 0.49 | 0.56 |
| Hex | C6 | 58 | AA | 0 | 38 | E | 16 | 13B | 31 | 38 |
| Octal | 306 | 130 | 252 | 0 | 70 | 16 | 26 | 473 | 61 | 70 |
| Binary | 11000110 | 1011000 | 10101010 | 0 | 111000 | 1110 | 10110 | 100111011 | 110001 | 111000 |
Color Harmonies of #C658AA
Complementary color
Monochromatic Colors of #C658AA
Black with #C658AA
Text Example
Text Example
White with #C658AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C658AA; }
p { color: rgb(198,88,170); }
H1.HeaderClassName
{
color: #C658AA;
}
.AnyTagClassName
{
color: #C658AA;
}
</style>
background-color css
<style>
a { background-color: #C658AA; }
a { background-color: rgb(198,88,170); }
div.DivClassName
{
background-color: #C658AA;
}
.BgClassName
{
background-color: #C658AA;
}
</style>
border-color css
<style>
span { border-color: #C658AA; }
span { border-color: rgb(198,88,170); }
td.TdClassName
{
border-color: #C658AA;
}
.TagClassName
{
border-color: #C658AA;
}
</style>