Shades of Fuchsia #C64FCF
Tints of Fuchsia #C64FCF
RGB
CMYK
RGB Variations
Color information
#C64FCF (or 0xC64FCF) is known color: Fuchsia. HEX triplet: C6, 4F and CF. RGB value is (198,79,207). Sum of RGB (Red+Green+Blue) = 198+79+207=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 79 (31.25% from 255 or 16.32% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #C64FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64FCF is #39B030. Grayscale: #808080. Windows color (decimal): -3780657 or 13586374. OLE color: 13586374.
HSL color Cylindrical-coordinate representation of color #C64FCF: hue angle of 295.78º degrees, saturation: 0.57, 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 #C64FCF is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 79 | 207 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.19 |
| HSL | 295.78º | 0.57% | 0.56% | - |
| HSV(B) | 295.78º | 0.62% | 0.81% | - |
| XYZ | 37.35 | 22.1 | 61.33 | - |
| YUV | 129.17 | 171.92 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 207 | 0.04 | 0.62 | 0 | 0.19 | 295.78 | 0.57 | 0.56 |
| Hex | C6 | 4F | CF | 4 | 3E | 0 | 13 | 128 | 39 | 38 |
| Octal | 306 | 117 | 317 | 4 | 76 | 0 | 23 | 450 | 71 | 70 |
| Binary | 11000110 | 1001111 | 11001111 | 100 | 111110 | 0 | 10011 | 100101000 | 111001 | 111000 |
Color Harmonies of #C64FCF
Complementary color
Monochromatic Colors of #C64FCF
Black with #C64FCF
Text Example
Text Example
White with #C64FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64FCF; }
p { color: rgb(198,79,207); }
H1.HeaderClassName
{
color: #C64FCF;
}
.AnyTagClassName
{
color: #C64FCF;
}
</style>
background-color css
<style>
a { background-color: #C64FCF; }
a { background-color: rgb(198,79,207); }
div.DivClassName
{
background-color: #C64FCF;
}
.BgClassName
{
background-color: #C64FCF;
}
</style>
border-color css
<style>
span { border-color: #C64FCF; }
span { border-color: rgb(198,79,207); }
td.TdClassName
{
border-color: #C64FCF;
}
.TagClassName
{
border-color: #C64FCF;
}
</style>