Shades of Fuchsia #C644AC
Tints of Fuchsia #C644AC
RGB
CMYK
RGB Variations
Color information
#C644AC (or 0xC644AC) is known color: Fuchsia. HEX triplet: C6, 44 and AC. RGB value is (198,68,172). Sum of RGB (Red+Green+Blue) = 198+68+172=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C644AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C644AC is #39BB53. Grayscale: #767676. Windows color (decimal): -3783508 or 11289798. OLE color: 11289798.
HSL color Cylindrical-coordinate representation of color #C644AC: hue angle of 312º 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 #C644AC is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 172 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.22 |
| HSL | 312º | 0.53% | 0.52% | - |
| HSV(B) | 312º | 0.66% | 0.78% | - |
| XYZ | 32.8 | 19.12 | 40.99 | - |
| YUV | 118.73 | 158.07 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 172 | 0 | 0.66 | 0.13 | 0.22 | 312 | 0.53 | 0.52 |
| Hex | C6 | 44 | AC | 0 | 42 | D | 16 | 138 | 35 | 34 |
| Octal | 306 | 104 | 254 | 0 | 102 | 15 | 26 | 470 | 65 | 64 |
| Binary | 11000110 | 1000100 | 10101100 | 0 | 1000010 | 1101 | 10110 | 100111000 | 110101 | 110100 |
Color Harmonies of #C644AC
Complementary color
Monochromatic Colors of #C644AC
Black with #C644AC
Text Example
Text Example
White with #C644AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C644AC; }
p { color: rgb(198,68,172); }
H1.HeaderClassName
{
color: #C644AC;
}
.AnyTagClassName
{
color: #C644AC;
}
</style>
background-color css
<style>
a { background-color: #C644AC; }
a { background-color: rgb(198,68,172); }
div.DivClassName
{
background-color: #C644AC;
}
.BgClassName
{
background-color: #C644AC;
}
</style>
border-color css
<style>
span { border-color: #C644AC; }
span { border-color: rgb(198,68,172); }
td.TdClassName
{
border-color: #C644AC;
}
.TagClassName
{
border-color: #C644AC;
}
</style>