Shades of Fuchsia #C64FAD
Tints of Fuchsia #C64FAD
RGB
CMYK
RGB Variations
Color information
#C64FAD (or 0xC64FAD) is known color: Fuchsia. HEX triplet: C6, 4F and AD. RGB value is (198,79,173). Sum of RGB (Red+Green+Blue) = 198+79+173=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C64FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64FAD is #39B052. Grayscale: #7D7D7D. Windows color (decimal): -3780691 or 11358150. OLE color: 11358150.
HSL color Cylindrical-coordinate representation of color #C64FAD: hue angle of 312.61º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C64FAD is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 173 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.22 |
| HSL | 312.61º | 0.51% | 0.54% | - |
| HSV(B) | 312.61º | 0.6% | 0.78% | - |
| XYZ | 33.63 | 20.61 | 41.74 | - |
| YUV | 125.3 | 154.92 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 173 | 0 | 0.60 | 0.13 | 0.22 | 312.61 | 0.51 | 0.54 |
| Hex | C6 | 4F | AD | 0 | 3C | D | 16 | 139 | 33 | 36 |
| Octal | 306 | 117 | 255 | 0 | 74 | 15 | 26 | 471 | 63 | 66 |
| Binary | 11000110 | 1001111 | 10101101 | 0 | 111100 | 1101 | 10110 | 100111001 | 110011 | 110110 |
Color Harmonies of #C64FAD
Complementary color
Monochromatic Colors of #C64FAD
Black with #C64FAD
Text Example
Text Example
White with #C64FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64FAD; }
p { color: rgb(198,79,173); }
H1.HeaderClassName
{
color: #C64FAD;
}
.AnyTagClassName
{
color: #C64FAD;
}
</style>
background-color css
<style>
a { background-color: #C64FAD; }
a { background-color: rgb(198,79,173); }
div.DivClassName
{
background-color: #C64FAD;
}
.BgClassName
{
background-color: #C64FAD;
}
</style>
border-color css
<style>
span { border-color: #C64FAD; }
span { border-color: rgb(198,79,173); }
td.TdClassName
{
border-color: #C64FAD;
}
.TagClassName
{
border-color: #C64FAD;
}
</style>