Shades of Fuchsia #C646CF
Tints of Fuchsia #C646CF
RGB
CMYK
RGB Variations
Color information
#C646CF (or 0xC646CF) is known color: Fuchsia. HEX triplet: C6, 46 and CF. RGB value is (198,70,207). Sum of RGB (Red+Green+Blue) = 198+70+207=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 70 (27.73% from 255 or 14.74% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #C646CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C646CF is #39B930. Grayscale: #7B7B7B. Windows color (decimal): -3782961 or 13584070. OLE color: 13584070.
HSL color Cylindrical-coordinate representation of color #C646CF: hue angle of 296.06º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C646CF is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 70 | 207 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.19 |
| HSL | 296.06º | 0.59% | 0.54% | - |
| HSV(B) | 296.06º | 0.66% | 0.81% | - |
| XYZ | 36.74 | 20.89 | 61.13 | - |
| YUV | 123.89 | 174.91 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 207 | 0.04 | 0.66 | 0 | 0.19 | 296.06 | 0.59 | 0.54 |
| Hex | C6 | 46 | CF | 4 | 42 | 0 | 13 | 128 | 3B | 36 |
| Octal | 306 | 106 | 317 | 4 | 102 | 0 | 23 | 450 | 73 | 66 |
| Binary | 11000110 | 1000110 | 11001111 | 100 | 1000010 | 0 | 10011 | 100101000 | 111011 | 110110 |
Color Harmonies of #C646CF
Complementary color
Monochromatic Colors of #C646CF
Black with #C646CF
Text Example
Text Example
White with #C646CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C646CF; }
p { color: rgb(198,70,207); }
H1.HeaderClassName
{
color: #C646CF;
}
.AnyTagClassName
{
color: #C646CF;
}
</style>
background-color css
<style>
a { background-color: #C646CF; }
a { background-color: rgb(198,70,207); }
div.DivClassName
{
background-color: #C646CF;
}
.BgClassName
{
background-color: #C646CF;
}
</style>
border-color css
<style>
span { border-color: #C646CF; }
span { border-color: rgb(198,70,207); }
td.TdClassName
{
border-color: #C646CF;
}
.TagClassName
{
border-color: #C646CF;
}
</style>