Shades of Fuchsia #C64FCE
Tints of Fuchsia #C64FCE
RGB
CMYK
RGB Variations
Color information
#C64FCE (or 0xC64FCE) is known color: Fuchsia. HEX triplet: C6, 4F and CE. RGB value is (198,79,206). Sum of RGB (Red+Green+Blue) = 198+79+206=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #C64FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64FCE is #39B031. Grayscale: #808080. Windows color (decimal): -3780658 or 13520838. OLE color: 13520838.
HSL color Cylindrical-coordinate representation of color #C64FCE: hue angle of 296.22º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64FCE is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 79 | 206 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.19 |
| HSL | 296.22º | 0.56% | 0.56% | - |
| HSV(B) | 296.22º | 0.62% | 0.81% | - |
| XYZ | 37.23 | 22.05 | 60.69 | - |
| YUV | 129.06 | 171.42 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 206 | 0.04 | 0.62 | 0 | 0.19 | 296.22 | 0.56 | 0.56 |
| Hex | C6 | 4F | CE | 4 | 3E | 0 | 13 | 128 | 38 | 38 |
| Octal | 306 | 117 | 316 | 4 | 76 | 0 | 23 | 450 | 70 | 70 |
| Binary | 11000110 | 1001111 | 11001110 | 100 | 111110 | 0 | 10011 | 100101000 | 111000 | 111000 |
Color Harmonies of #C64FCE
Complementary color
Monochromatic Colors of #C64FCE
Black with #C64FCE
Text Example
Text Example
White with #C64FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64FCE; }
p { color: rgb(198,79,206); }
H1.HeaderClassName
{
color: #C64FCE;
}
.AnyTagClassName
{
color: #C64FCE;
}
</style>
background-color css
<style>
a { background-color: #C64FCE; }
a { background-color: rgb(198,79,206); }
div.DivClassName
{
background-color: #C64FCE;
}
.BgClassName
{
background-color: #C64FCE;
}
</style>
border-color css
<style>
span { border-color: #C64FCE; }
span { border-color: rgb(198,79,206); }
td.TdClassName
{
border-color: #C64FCE;
}
.TagClassName
{
border-color: #C64FCE;
}
</style>