Shades of Fuchsia #C64ACC
Tints of Fuchsia #C64ACC
RGB
CMYK
RGB Variations
Color information
#C64ACC (or 0xC64ACC) is known color: Fuchsia. HEX triplet: C6, 4A and CC. RGB value is (198,74,204). Sum of RGB (Red+Green+Blue) = 198+74+204=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #C64ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64ACC is #39B533. Grayscale: #7D7D7D. Windows color (decimal): -3781940 or 13388486. OLE color: 13388486.
HSL color Cylindrical-coordinate representation of color #C64ACC: hue angle of 297.23º degrees, saturation: 0.56, 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 #C64ACC is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 74 | 204 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.2 |
| HSL | 297.23º | 0.56% | 0.55% | - |
| HSV(B) | 297.23º | 0.64% | 0.8% | - |
| XYZ | 36.64 | 21.26 | 59.3 | - |
| YUV | 125.9 | 172.08 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 204 | 0.03 | 0.64 | 0 | 0.2 | 297.23 | 0.56 | 0.55 |
| Hex | C6 | 4A | CC | 3 | 40 | 0 | 14 | 129 | 38 | 37 |
| Octal | 306 | 112 | 314 | 3 | 100 | 0 | 24 | 451 | 70 | 67 |
| Binary | 11000110 | 1001010 | 11001100 | 11 | 1000000 | 0 | 10100 | 100101001 | 111000 | 110111 |
Color Harmonies of #C64ACC
Complementary color
Monochromatic Colors of #C64ACC
Black with #C64ACC
Text Example
Text Example
White with #C64ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64ACC; }
p { color: rgb(198,74,204); }
H1.HeaderClassName
{
color: #C64ACC;
}
.AnyTagClassName
{
color: #C64ACC;
}
</style>
background-color css
<style>
a { background-color: #C64ACC; }
a { background-color: rgb(198,74,204); }
div.DivClassName
{
background-color: #C64ACC;
}
.BgClassName
{
background-color: #C64ACC;
}
</style>
border-color css
<style>
span { border-color: #C64ACC; }
span { border-color: rgb(198,74,204); }
td.TdClassName
{
border-color: #C64ACC;
}
.TagClassName
{
border-color: #C64ACC;
}
</style>