Shades of Fuchsia #C648AF
Tints of Fuchsia #C648AF
RGB
CMYK
RGB Variations
Color information
#C648AF (or 0xC648AF) is known color: Fuchsia. HEX triplet: C6, 48 and AF. RGB value is (198,72,175). Sum of RGB (Red+Green+Blue) = 198+72+175=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C648AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C648AF is #39B750. Grayscale: #797979. Windows color (decimal): -3782481 or 11487430. OLE color: 11487430.
HSL color Cylindrical-coordinate representation of color #C648AF: hue angle of 310.95º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C648AF is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 175 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.22 |
| HSL | 310.95º | 0.53% | 0.53% | - |
| HSV(B) | 310.95º | 0.64% | 0.78% | - |
| XYZ | 33.34 | 19.74 | 42.61 | - |
| YUV | 121.42 | 158.24 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 175 | 0 | 0.64 | 0.12 | 0.22 | 310.95 | 0.53 | 0.53 |
| Hex | C6 | 48 | AF | 0 | 40 | C | 16 | 137 | 34 | 35 |
| Octal | 306 | 110 | 257 | 0 | 100 | 14 | 26 | 467 | 64 | 65 |
| Binary | 11000110 | 1001000 | 10101111 | 0 | 1000000 | 1100 | 10110 | 100110111 | 110100 | 110101 |
Color Harmonies of #C648AF
Complementary color
Monochromatic Colors of #C648AF
Black with #C648AF
Text Example
Text Example
White with #C648AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C648AF; }
p { color: rgb(198,72,175); }
H1.HeaderClassName
{
color: #C648AF;
}
.AnyTagClassName
{
color: #C648AF;
}
</style>
background-color css
<style>
a { background-color: #C648AF; }
a { background-color: rgb(198,72,175); }
div.DivClassName
{
background-color: #C648AF;
}
.BgClassName
{
background-color: #C648AF;
}
</style>
border-color css
<style>
span { border-color: #C648AF; }
span { border-color: rgb(198,72,175); }
td.TdClassName
{
border-color: #C648AF;
}
.TagClassName
{
border-color: #C648AF;
}
</style>