Shades of Fuchsia #C641AC
Tints of Fuchsia #C641AC
RGB
CMYK
RGB Variations
Color information
#C641AC (or 0xC641AC) is known color: Fuchsia. HEX triplet: C6, 41 and AC. RGB value is (198,65,172). Sum of RGB (Red+Green+Blue) = 198+65+172=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C641AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C641AC is #39BE53. Grayscale: #747474. Windows color (decimal): -3784276 or 11289030. OLE color: 11289030.
HSL color Cylindrical-coordinate representation of color #C641AC: hue angle of 311.73º 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 #C641AC is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 172 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.22 |
| HSL | 311.73º | 0.54% | 0.52% | - |
| HSV(B) | 311.73º | 0.67% | 0.78% | - |
| XYZ | 32.63 | 18.76 | 40.93 | - |
| YUV | 116.97 | 159.06 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 172 | 0 | 0.67 | 0.13 | 0.22 | 311.73 | 0.54 | 0.52 |
| Hex | C6 | 41 | AC | 0 | 43 | D | 16 | 138 | 36 | 34 |
| Octal | 306 | 101 | 254 | 0 | 103 | 15 | 26 | 470 | 66 | 64 |
| Binary | 11000110 | 1000001 | 10101100 | 0 | 1000011 | 1101 | 10110 | 100111000 | 110110 | 110100 |
Color Harmonies of #C641AC
Complementary color
Monochromatic Colors of #C641AC
Black with #C641AC
Text Example
Text Example
White with #C641AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C641AC; }
p { color: rgb(198,65,172); }
H1.HeaderClassName
{
color: #C641AC;
}
.AnyTagClassName
{
color: #C641AC;
}
</style>
background-color css
<style>
a { background-color: #C641AC; }
a { background-color: rgb(198,65,172); }
div.DivClassName
{
background-color: #C641AC;
}
.BgClassName
{
background-color: #C641AC;
}
</style>
border-color css
<style>
span { border-color: #C641AC; }
span { border-color: rgb(198,65,172); }
td.TdClassName
{
border-color: #C641AC;
}
.TagClassName
{
border-color: #C641AC;
}
</style>