Shades of Fuchsia #C64ACE
Tints of Fuchsia #C64ACE
RGB
CMYK
RGB Variations
Color information
#C64ACE (or 0xC64ACE) is known color: Fuchsia. HEX triplet: C6, 4A and CE. RGB value is (198,74,206). Sum of RGB (Red+Green+Blue) = 198+74+206=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #C64ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64ACE is #39B531. Grayscale: #7D7D7D. Windows color (decimal): -3781938 or 13519558. OLE color: 13519558.
HSL color Cylindrical-coordinate representation of color #C64ACE: hue angle of 296.36º degrees, saturation: 0.57, 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 #C64ACE is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 74 | 206 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.19 |
| HSL | 296.36º | 0.57% | 0.55% | - |
| HSV(B) | 296.36º | 0.64% | 0.81% | - |
| XYZ | 36.88 | 21.36 | 60.57 | - |
| YUV | 126.12 | 173.08 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 206 | 0.04 | 0.64 | 0 | 0.19 | 296.36 | 0.57 | 0.55 |
| Hex | C6 | 4A | CE | 4 | 40 | 0 | 13 | 128 | 39 | 37 |
| Octal | 306 | 112 | 316 | 4 | 100 | 0 | 23 | 450 | 71 | 67 |
| Binary | 11000110 | 1001010 | 11001110 | 100 | 1000000 | 0 | 10011 | 100101000 | 111001 | 110111 |
Color Harmonies of #C64ACE
Complementary color
Monochromatic Colors of #C64ACE
Black with #C64ACE
Text Example
Text Example
White with #C64ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64ACE; }
p { color: rgb(198,74,206); }
H1.HeaderClassName
{
color: #C64ACE;
}
.AnyTagClassName
{
color: #C64ACE;
}
</style>
background-color css
<style>
a { background-color: #C64ACE; }
a { background-color: rgb(198,74,206); }
div.DivClassName
{
background-color: #C64ACE;
}
.BgClassName
{
background-color: #C64ACE;
}
</style>
border-color css
<style>
span { border-color: #C64ACE; }
span { border-color: rgb(198,74,206); }
td.TdClassName
{
border-color: #C64ACE;
}
.TagClassName
{
border-color: #C64ACE;
}
</style>