Shades of Fuchsia #C644AF
Tints of Fuchsia #C644AF
RGB
CMYK
RGB Variations
Color information
#C644AF (or 0xC644AF) is known color: Fuchsia. HEX triplet: C6, 44 and AF. RGB value is (198,68,175). Sum of RGB (Red+Green+Blue) = 198+68+175=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C644AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C644AF is #39BB50. Grayscale: #767676. Windows color (decimal): -3783505 or 11486406. OLE color: 11486406.
HSL color Cylindrical-coordinate representation of color #C644AF: hue angle of 310.62º 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 #C644AF is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 175 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.22 |
| HSL | 310.62º | 0.53% | 0.52% | - |
| HSV(B) | 310.62º | 0.66% | 0.78% | - |
| XYZ | 33.09 | 19.24 | 42.53 | - |
| YUV | 119.07 | 159.57 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 175 | 0 | 0.66 | 0.12 | 0.22 | 310.62 | 0.53 | 0.52 |
| Hex | C6 | 44 | AF | 0 | 42 | C | 16 | 137 | 35 | 34 |
| Octal | 306 | 104 | 257 | 0 | 102 | 14 | 26 | 467 | 65 | 64 |
| Binary | 11000110 | 1000100 | 10101111 | 0 | 1000010 | 1100 | 10110 | 100110111 | 110101 | 110100 |
Color Harmonies of #C644AF
Complementary color
Monochromatic Colors of #C644AF
Black with #C644AF
Text Example
Text Example
White with #C644AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C644AF; }
p { color: rgb(198,68,175); }
H1.HeaderClassName
{
color: #C644AF;
}
.AnyTagClassName
{
color: #C644AF;
}
</style>
background-color css
<style>
a { background-color: #C644AF; }
a { background-color: rgb(198,68,175); }
div.DivClassName
{
background-color: #C644AF;
}
.BgClassName
{
background-color: #C644AF;
}
</style>
border-color css
<style>
span { border-color: #C644AF; }
span { border-color: rgb(198,68,175); }
td.TdClassName
{
border-color: #C644AF;
}
.TagClassName
{
border-color: #C644AF;
}
</style>