Shades of Fuchsia #C641AB
Tints of Fuchsia #C641AB
RGB
CMYK
RGB Variations
Color information
#C641AB (or 0xC641AB) is known color: Fuchsia. HEX triplet: C6, 41 and AB. RGB value is (198,65,171). Sum of RGB (Red+Green+Blue) = 198+65+171=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C641AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C641AB is #39BE54. Grayscale: #747474. Windows color (decimal): -3784277 or 11223494. OLE color: 11223494.
HSL color Cylindrical-coordinate representation of color #C641AB: hue angle of 312.18º 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 #C641AB is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 171 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.22 |
| HSL | 312.18º | 0.54% | 0.52% | - |
| HSV(B) | 312.18º | 0.67% | 0.78% | - |
| XYZ | 32.53 | 18.73 | 40.43 | - |
| YUV | 116.85 | 158.56 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 171 | 0 | 0.67 | 0.14 | 0.22 | 312.18 | 0.54 | 0.52 |
| Hex | C6 | 41 | AB | 0 | 43 | E | 16 | 138 | 36 | 34 |
| Octal | 306 | 101 | 253 | 0 | 103 | 16 | 26 | 470 | 66 | 64 |
| Binary | 11000110 | 1000001 | 10101011 | 0 | 1000011 | 1110 | 10110 | 100111000 | 110110 | 110100 |
Color Harmonies of #C641AB
Complementary color
Monochromatic Colors of #C641AB
Black with #C641AB
Text Example
Text Example
White with #C641AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C641AB; }
p { color: rgb(198,65,171); }
H1.HeaderClassName
{
color: #C641AB;
}
.AnyTagClassName
{
color: #C641AB;
}
</style>
background-color css
<style>
a { background-color: #C641AB; }
a { background-color: rgb(198,65,171); }
div.DivClassName
{
background-color: #C641AB;
}
.BgClassName
{
background-color: #C641AB;
}
</style>
border-color css
<style>
span { border-color: #C641AB; }
span { border-color: rgb(198,65,171); }
td.TdClassName
{
border-color: #C641AB;
}
.TagClassName
{
border-color: #C641AB;
}
</style>