Shades of Fuchsia #C644AB
Tints of Fuchsia #C644AB
RGB
CMYK
RGB Variations
Color information
#C644AB (or 0xC644AB) is known color: Fuchsia. HEX triplet: C6, 44 and AB. RGB value is (198,68,171). Sum of RGB (Red+Green+Blue) = 198+68+171=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C644AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C644AB is #39BB54. Grayscale: #767676. Windows color (decimal): -3783509 or 11224262. OLE color: 11224262.
HSL color Cylindrical-coordinate representation of color #C644AB: hue angle of 312.46º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C644AB is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 171 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.22 |
| HSL | 312.46º | 0.53% | 0.52% | - |
| HSV(B) | 312.46º | 0.66% | 0.78% | - |
| XYZ | 32.71 | 19.08 | 40.49 | - |
| YUV | 118.61 | 157.57 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 171 | 0 | 0.66 | 0.14 | 0.22 | 312.46 | 0.53 | 0.52 |
| Hex | C6 | 44 | AB | 0 | 42 | E | 16 | 138 | 35 | 34 |
| Octal | 306 | 104 | 253 | 0 | 102 | 16 | 26 | 470 | 65 | 64 |
| Binary | 11000110 | 1000100 | 10101011 | 0 | 1000010 | 1110 | 10110 | 100111000 | 110101 | 110100 |
Color Harmonies of #C644AB
Complementary color
Monochromatic Colors of #C644AB
Black with #C644AB
Text Example
Text Example
White with #C644AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C644AB; }
p { color: rgb(198,68,171); }
H1.HeaderClassName
{
color: #C644AB;
}
.AnyTagClassName
{
color: #C644AB;
}
</style>
background-color css
<style>
a { background-color: #C644AB; }
a { background-color: rgb(198,68,171); }
div.DivClassName
{
background-color: #C644AB;
}
.BgClassName
{
background-color: #C644AB;
}
</style>
border-color css
<style>
span { border-color: #C644AB; }
span { border-color: rgb(198,68,171); }
td.TdClassName
{
border-color: #C644AB;
}
.TagClassName
{
border-color: #C644AB;
}
</style>