Shades of Fuchsia #C641AA
Tints of Fuchsia #C641AA
RGB
CMYK
RGB Variations
Color information
#C641AA (or 0xC641AA) is known color: Fuchsia. HEX triplet: C6, 41 and AA. RGB value is (198,65,170). Sum of RGB (Red+Green+Blue) = 198+65+170=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C641AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C641AA is #39BE55. Grayscale: #747474. Windows color (decimal): -3784278 or 11157958. OLE color: 11157958.
HSL color Cylindrical-coordinate representation of color #C641AA: hue angle of 312.63º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C641AA is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 170 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.22 |
| HSL | 312.63º | 0.54% | 0.52% | - |
| HSV(B) | 312.63º | 0.67% | 0.78% | - |
| XYZ | 32.43 | 18.69 | 39.93 | - |
| YUV | 116.74 | 158.06 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 170 | 0 | 0.67 | 0.14 | 0.22 | 312.63 | 0.54 | 0.52 |
| Hex | C6 | 41 | AA | 0 | 43 | E | 16 | 139 | 36 | 34 |
| Octal | 306 | 101 | 252 | 0 | 103 | 16 | 26 | 471 | 66 | 64 |
| Binary | 11000110 | 1000001 | 10101010 | 0 | 1000011 | 1110 | 10110 | 100111001 | 110110 | 110100 |
Color Harmonies of #C641AA
Complementary color
Monochromatic Colors of #C641AA
Black with #C641AA
Text Example
Text Example
White with #C641AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C641AA; }
p { color: rgb(198,65,170); }
H1.HeaderClassName
{
color: #C641AA;
}
.AnyTagClassName
{
color: #C641AA;
}
</style>
background-color css
<style>
a { background-color: #C641AA; }
a { background-color: rgb(198,65,170); }
div.DivClassName
{
background-color: #C641AA;
}
.BgClassName
{
background-color: #C641AA;
}
</style>
border-color css
<style>
span { border-color: #C641AA; }
span { border-color: rgb(198,65,170); }
td.TdClassName
{
border-color: #C641AA;
}
.TagClassName
{
border-color: #C641AA;
}
</style>