Shades of Fuchsia #C650CF
Tints of Fuchsia #C650CF
RGB
CMYK
RGB Variations
Color information
#C650CF (or 0xC650CF) is known color: Fuchsia. HEX triplet: C6, 50 and CF. RGB value is (198,80,207). Sum of RGB (Red+Green+Blue) = 198+80+207=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #C650CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C650CF is #39AF30. Grayscale: #818181. Windows color (decimal): -3780401 or 13586630. OLE color: 13586630.
HSL color Cylindrical-coordinate representation of color #C650CF: hue angle of 295.75º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C650CF is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 80 | 207 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.19 |
| HSL | 295.75º | 0.57% | 0.56% | - |
| HSV(B) | 295.75º | 0.61% | 0.81% | - |
| XYZ | 37.42 | 22.25 | 61.35 | - |
| YUV | 129.76 | 171.59 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 207 | 0.04 | 0.61 | 0 | 0.19 | 295.75 | 0.57 | 0.56 |
| Hex | C6 | 50 | CF | 4 | 3D | 0 | 13 | 128 | 39 | 38 |
| Octal | 306 | 120 | 317 | 4 | 75 | 0 | 23 | 450 | 71 | 70 |
| Binary | 11000110 | 1010000 | 11001111 | 100 | 111101 | 0 | 10011 | 100101000 | 111001 | 111000 |
Color Harmonies of #C650CF
Complementary color
Monochromatic Colors of #C650CF
Black with #C650CF
Text Example
Text Example
White with #C650CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C650CF; }
p { color: rgb(198,80,207); }
H1.HeaderClassName
{
color: #C650CF;
}
.AnyTagClassName
{
color: #C650CF;
}
</style>
background-color css
<style>
a { background-color: #C650CF; }
a { background-color: rgb(198,80,207); }
div.DivClassName
{
background-color: #C650CF;
}
.BgClassName
{
background-color: #C650CF;
}
</style>
border-color css
<style>
span { border-color: #C650CF; }
span { border-color: rgb(198,80,207); }
td.TdClassName
{
border-color: #C650CF;
}
.TagClassName
{
border-color: #C650CF;
}
</style>