Shades of Fuchsia #C644AD
Tints of Fuchsia #C644AD
RGB
CMYK
RGB Variations
Color information
#C644AD (or 0xC644AD) is known color: Fuchsia. HEX triplet: C6, 44 and AD. RGB value is (198,68,173). Sum of RGB (Red+Green+Blue) = 198+68+173=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C644AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C644AD is #39BB52. Grayscale: #767676. Windows color (decimal): -3783507 or 11355334. OLE color: 11355334.
HSL color Cylindrical-coordinate representation of color #C644AD: hue angle of 311.54º 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 #C644AD is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 173 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.22 |
| HSL | 311.54º | 0.53% | 0.52% | - |
| HSV(B) | 311.54º | 0.66% | 0.78% | - |
| XYZ | 32.9 | 19.16 | 41.5 | - |
| YUV | 118.84 | 158.57 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 173 | 0 | 0.66 | 0.13 | 0.22 | 311.54 | 0.53 | 0.52 |
| Hex | C6 | 44 | AD | 0 | 42 | D | 16 | 138 | 35 | 34 |
| Octal | 306 | 104 | 255 | 0 | 102 | 15 | 26 | 470 | 65 | 64 |
| Binary | 11000110 | 1000100 | 10101101 | 0 | 1000010 | 1101 | 10110 | 100111000 | 110101 | 110100 |
Color Harmonies of #C644AD
Complementary color
Monochromatic Colors of #C644AD
Black with #C644AD
Text Example
Text Example
White with #C644AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C644AD; }
p { color: rgb(198,68,173); }
H1.HeaderClassName
{
color: #C644AD;
}
.AnyTagClassName
{
color: #C644AD;
}
</style>
background-color css
<style>
a { background-color: #C644AD; }
a { background-color: rgb(198,68,173); }
div.DivClassName
{
background-color: #C644AD;
}
.BgClassName
{
background-color: #C644AD;
}
</style>
border-color css
<style>
span { border-color: #C644AD; }
span { border-color: rgb(198,68,173); }
td.TdClassName
{
border-color: #C644AD;
}
.TagClassName
{
border-color: #C644AD;
}
</style>