Shades of Fuchsia #C644AA
Tints of Fuchsia #C644AA
RGB
CMYK
RGB Variations
Color information
#C644AA (or 0xC644AA) is known color: Fuchsia. HEX triplet: C6, 44 and AA. RGB value is (198,68,170). Sum of RGB (Red+Green+Blue) = 198+68+170=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C644AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C644AA is #39BB55. Grayscale: #767676. Windows color (decimal): -3783510 or 11158726. OLE color: 11158726.
HSL color Cylindrical-coordinate representation of color #C644AA: hue angle of 312.92º 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 #C644AA is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 170 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.22 |
| HSL | 312.92º | 0.53% | 0.52% | - |
| HSV(B) | 312.92º | 0.66% | 0.78% | - |
| XYZ | 32.61 | 19.04 | 39.99 | - |
| YUV | 118.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 170 | 0 | 0.66 | 0.14 | 0.22 | 312.92 | 0.53 | 0.52 |
| Hex | C6 | 44 | AA | 0 | 42 | E | 16 | 139 | 35 | 34 |
| Octal | 306 | 104 | 252 | 0 | 102 | 16 | 26 | 471 | 65 | 64 |
| Binary | 11000110 | 1000100 | 10101010 | 0 | 1000010 | 1110 | 10110 | 100111001 | 110101 | 110100 |
Color Harmonies of #C644AA
Complementary color
Monochromatic Colors of #C644AA
Black with #C644AA
Text Example
Text Example
White with #C644AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C644AA; }
p { color: rgb(198,68,170); }
H1.HeaderClassName
{
color: #C644AA;
}
.AnyTagClassName
{
color: #C644AA;
}
</style>
background-color css
<style>
a { background-color: #C644AA; }
a { background-color: rgb(198,68,170); }
div.DivClassName
{
background-color: #C644AA;
}
.BgClassName
{
background-color: #C644AA;
}
</style>
border-color css
<style>
span { border-color: #C644AA; }
span { border-color: rgb(198,68,170); }
td.TdClassName
{
border-color: #C644AA;
}
.TagClassName
{
border-color: #C644AA;
}
</style>