Shades of Fuchsia #C640CF
Tints of Fuchsia #C640CF
RGB
CMYK
RGB Variations
Color information
#C640CF (or 0xC640CF) is known color: Fuchsia. HEX triplet: C6, 40 and CF. RGB value is (198,64,207). Sum of RGB (Red+Green+Blue) = 198+64+207=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #C640CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C640CF is #39BF30. Grayscale: #777777. Windows color (decimal): -3784497 or 13582534. OLE color: 13582534.
HSL color Cylindrical-coordinate representation of color #C640CF: hue angle of 296.22º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C640CF is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 64 | 207 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.19 |
| HSL | 296.22º | 0.6% | 0.53% | - |
| HSV(B) | 296.22º | 0.69% | 0.81% | - |
| XYZ | 36.38 | 20.18 | 61.01 | - |
| YUV | 120.37 | 176.89 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 207 | 0.04 | 0.69 | 0 | 0.19 | 296.22 | 0.6 | 0.53 |
| Hex | C6 | 40 | CF | 4 | 45 | 0 | 13 | 128 | 3C | 35 |
| Octal | 306 | 100 | 317 | 4 | 105 | 0 | 23 | 450 | 74 | 65 |
| Binary | 11000110 | 1000000 | 11001111 | 100 | 1000101 | 0 | 10011 | 100101000 | 111100 | 110101 |
Color Harmonies of #C640CF
Complementary color
Monochromatic Colors of #C640CF
Black with #C640CF
Text Example
Text Example
White with #C640CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C640CF; }
p { color: rgb(198,64,207); }
H1.HeaderClassName
{
color: #C640CF;
}
.AnyTagClassName
{
color: #C640CF;
}
</style>
background-color css
<style>
a { background-color: #C640CF; }
a { background-color: rgb(198,64,207); }
div.DivClassName
{
background-color: #C640CF;
}
.BgClassName
{
background-color: #C640CF;
}
</style>
border-color css
<style>
span { border-color: #C640CF; }
span { border-color: rgb(198,64,207); }
td.TdClassName
{
border-color: #C640CF;
}
.TagClassName
{
border-color: #C640CF;
}
</style>