Shades of Fuchsia #C64ACD
Tints of Fuchsia #C64ACD
RGB
CMYK
RGB Variations
Color information
#C64ACD (or 0xC64ACD) is known color: Fuchsia. HEX triplet: C6, 4A and CD. RGB value is (198,74,205). Sum of RGB (Red+Green+Blue) = 198+74+205=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #C64ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64ACD is #39B532. Grayscale: #7D7D7D. Windows color (decimal): -3781939 or 13454022. OLE color: 13454022.
HSL color Cylindrical-coordinate representation of color #C64ACD: hue angle of 296.79º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64ACD is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 74 | 205 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.20 |
| HSL | 296.79º | 0.57% | 0.55% | - |
| HSV(B) | 296.79º | 0.64% | 0.8% | - |
| XYZ | 36.76 | 21.31 | 59.93 | - |
| YUV | 126.01 | 172.58 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 205 | 0.03 | 0.64 | 0 | 0.20 | 296.79 | 0.57 | 0.55 |
| Hex | C6 | 4A | CD | 3 | 40 | 0 | 14 | 129 | 39 | 37 |
| Octal | 306 | 112 | 315 | 3 | 100 | 0 | 24 | 451 | 71 | 67 |
| Binary | 11000110 | 1001010 | 11001101 | 11 | 1000000 | 0 | 10100 | 100101001 | 111001 | 110111 |
Color Harmonies of #C64ACD
Complementary color
Monochromatic Colors of #C64ACD
Black with #C64ACD
Text Example
Text Example
White with #C64ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64ACD; }
p { color: rgb(198,74,205); }
H1.HeaderClassName
{
color: #C64ACD;
}
.AnyTagClassName
{
color: #C64ACD;
}
</style>
background-color css
<style>
a { background-color: #C64ACD; }
a { background-color: rgb(198,74,205); }
div.DivClassName
{
background-color: #C64ACD;
}
.BgClassName
{
background-color: #C64ACD;
}
</style>
border-color css
<style>
span { border-color: #C64ACD; }
span { border-color: rgb(198,74,205); }
td.TdClassName
{
border-color: #C64ACD;
}
.TagClassName
{
border-color: #C64ACD;
}
</style>