Shades of Fuchsia #C64ACF
Tints of Fuchsia #C64ACF
RGB
CMYK
RGB Variations
Color information
#C64ACF (or 0xC64ACF) is known color: Fuchsia. HEX triplet: C6, 4A and CF. RGB value is (198,74,207). Sum of RGB (Red+Green+Blue) = 198+74+207=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 74 (29.30% from 255 or 15.45% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #C64ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64ACF is #39B530. Grayscale: #7D7D7D. Windows color (decimal): -3781937 or 13585094. OLE color: 13585094.
HSL color Cylindrical-coordinate representation of color #C64ACF: hue angle of 295.94º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64ACF is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 74 | 207 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.19 |
| HSL | 295.94º | 0.58% | 0.55% | - |
| HSV(B) | 295.94º | 0.64% | 0.81% | - |
| XYZ | 37 | 21.41 | 61.21 | - |
| YUV | 126.24 | 173.58 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 207 | 0.04 | 0.64 | 0 | 0.19 | 295.94 | 0.58 | 0.55 |
| Hex | C6 | 4A | CF | 4 | 40 | 0 | 13 | 128 | 3A | 37 |
| Octal | 306 | 112 | 317 | 4 | 100 | 0 | 23 | 450 | 72 | 67 |
| Binary | 11000110 | 1001010 | 11001111 | 100 | 1000000 | 0 | 10011 | 100101000 | 111010 | 110111 |
Color Harmonies of #C64ACF
Complementary color
Monochromatic Colors of #C64ACF
Black with #C64ACF
Text Example
Text Example
White with #C64ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64ACF; }
p { color: rgb(198,74,207); }
H1.HeaderClassName
{
color: #C64ACF;
}
.AnyTagClassName
{
color: #C64ACF;
}
</style>
background-color css
<style>
a { background-color: #C64ACF; }
a { background-color: rgb(198,74,207); }
div.DivClassName
{
background-color: #C64ACF;
}
.BgClassName
{
background-color: #C64ACF;
}
</style>
border-color css
<style>
span { border-color: #C64ACF; }
span { border-color: rgb(198,74,207); }
td.TdClassName
{
border-color: #C64ACF;
}
.TagClassName
{
border-color: #C64ACF;
}
</style>